font-mess
v1.0.0
Published
Obscure text with messed font.
Downloads
22
Readme
font-mess 
Obscure text with messed font.
Wow. This looks normal.
-- Friends with Benefits (2011)
How does it works? Inspect this obscured text, it generate a messed font to display messed text normally.
Install
npm install font-mess
Usage
Programatic
const fs = require('fs')
const mess = require('font-mess')
const messer = mess(fs.readFileSync('some-font.ttf'))
const messed = messer('some text')
// => {
// originalText,
// messMapping,
// messedText,
// messedFontBuffer
// }
Endpoint
- https://mess.now.sh
License
MIT @ Amio