typographic-orphan
v1.0.1
Published
Eliminates orphans in blocks of text.
Downloads
10
Readme
typographic-orphan
Micro module to help eliminate one of the bad typewriter habits.
Install
npm install --save typographic-trademark
Usage
var trademark = require('typographic-orphan');
trademark(`hello world this is a somewhat long sentence`); // hello world this is a somewhat long\u00A0$1sentence
License
MIT © Benjamin Sehl
Credits
Inpsired by @iamstarkov