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 = ; ftc //returns 'Hello'ftc //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.