@zxcvbn-ts/language-fr
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

@zxcvbn-ts/language-fr

The French dictionary and language package for zxcvbn-ts

Install

npm:

npm install @zxcvbn-ts/language-fr --save

yarn:

yarn add @zxcvbn-ts/language-fr

Setup

import zxcvbn from '@zxcvbn-ts/core'
import * as zxcvbnCommonPackage from '@zxcvbn-ts/language-common'
import * as zxcvbnFrPackage from '@zxcvbn-ts/language-fr'

const password = 'somePassword'
const options = {
  translations: zxcvbnFrPackage.translations,
  dictionary: {
    ...zxcvbnCommonPackage.dictionary,
    ...zxcvbnFrPackage.dictionary,
  },
}

zxcvbn(password, options)

Package Sidebar

Install

npm i @zxcvbn-ts/language-fr

Weekly Downloads

14,735

Version

3.0.2

License

MIT

Unpacked Size

3.24 MB

Total Files

39

Last publish

Collaborators

  • mrwook