MCPcopy Index your code
hub / github.com/amio/font-mess

github.com/amio/font-mess @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
2 symbols 3 edges 4 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

font-mess npm-version

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

Core symbols most depended-on inside this repo

statics
called by 1
service/index.js
fontmess
called by 0
service/index.js

Shape

Function 2

Languages

TypeScript100%

Modules by API surface

service/index.js2 symbols

For agents

$ claude mcp add font-mess \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact