1.0.1 • Published 9 years ago

typographic-trademark v1.0.1

Weekly downloads
736
License
MIT
Repository
github
Last release
9 years ago

typographic-trademark

NPM version Build Status Coveralls Status Dependency Status DevDependency Status

Don’t use alphabetic substitutes

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