fancy-text-converter
v1.0.9
Published
Converts a given text from https://lingojam.com/FancyTextGenerator to it's normal string equivalent
Maintainers
Readme
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-converterUsage
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.
