decancer

Node.js module that decancers a string from zalgos, emojified texts, fancy unicode fonts, foreign characters, and so much more.

Usage no npm install needed!

<script type="module">
  import decancer from 'https://cdn.skypack.dev/decancer';
</script>

README

decancer

Node.js module that decancers a string. Cleans everything back to it's lowercased, clean, alphanumeric state.

installation

Install with npm:

$ npm install decancer

example

const decancer = require('decancer');

const noCancer = decancer('vοΌ₯ⓑ𝔂 π”½π•ŒΕ‡β„•ο½™ ţ乇𝕏𝓣');
console.log(noCancer); // 'very funny text'

NOTE: all output will be in lowercase.

contributions

All contributions are welcome. If you want to, you can make a fork here at GitHub. Thanks! <3