README.md

August 2, 2017 ยท View on GitHub

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

  • https://mess.now.sh

License

MIT @ Amio

Contents

  1. 1Install
  2. 2Usage
  3. 2.1Programmatic
  4. 2.2Endpoint
  5. 3License