Node.js module that decancers a string. Cleans everything back to it's lowercased, clean, alphanumeric state.
Install with npm:
$ npm install decancer
const decancer = require('decancer');
const noCancer = decancer('vEⓡ𝔂 𝔽𝕌Ňℕy ţ乇𝕏𝓣');
console.log(noCancer); // 'very funny text'
NOTE: all output will be in lowercase.
All contributions are welcome. If you want to, you can make a fork here at GitHub. Thanks! <3