All Projects → amio → font-mess

amio / font-mess

Licence: other
Obscure text with messed font.

Programming Languages

javascript
184084 projects - #8 most used programming language

explain-font-mess

Inspect this obscured quote from Jules Winnfield to see how it works.

Install

npm install font-mess

Usage

Programmatic

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

License

MIT @ Amio

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].