1.0.9 • Published 5 years ago

fancy-text-converter v1.0.9

Weekly downloads
7
License
ISC
Repository
-
Last release
5 years ago

Fancy Text Converter

Fancy text converter is a node module to convert strings generated by Fancy Text Generator to normal strings

Installation

Use the package manager npm to install fancy text converter.

npm install fancy-text-converter

Usage

const ftc = require('fancy-text-converter');

ftc.normalise('ℌ𝔢𝔩𝔩𝔬') //returns 'Hello'
ftc.normalise('𝕎𝕠𝕣𝕝𝕕') //returns 'World'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.0

5 years ago