ascii-modifiers-map
v1.0.0
Published
Simple mapping of some sans-serif MathML characters to their plain counterparts
Downloads
1
Readme
ascii-modifiers-map
ASCII Modifiers Map
Nothing more than a mapping of plain alphas to their bold and italic counterparts
Install
$ npm install --save ascii-modifiers-map
Usage
import { bold, italic } from 'ascii-modifiers-map'
console.log(bold.a, bold.A, bold[0])
// note: italic does not contain numerics
console.log(italic.a, italic.A)
License
MIT © Andrew Carpenter