Shorten text by cramming characters together with ligatures
npm install shorten-with-ligatures"Shorten" your text by replacing some pairs of characters with ligatures.
You could use this library to shorten tweets, if you didn't care about looking silly.
``sh`
npm i shorten-with-ligatures
``
const shorten = require('shorten-with-ligatures')
Pass in a string, get back a string that might have some characters replaced with ligatures.
`jsPaul foolishly fled stateside
shorten() // => '㎩ul fꝏlishly fled stateside'``