typographic-trademark
v1.0.1
Published
Don’t use alphabetic substitutes
Downloads
9,907
Maintainers
Readme
typographic-trademark
Micro module to help eliminate one of the bad typewriter habits.
Install
npm install --save typographic-trademark
Usage
var trademark = require('typographic-trademark');
trademark(`2013 MegaCorp (TM)`); // 2013 MegaCorp™
Real world examples
Check complex usage with real world examples in typographic playground.
License
MIT © Vladimir Starkov