doesdev / ascii-modifiers-map

Simple mapping of some sans-serif MathML characters to their plain counterparts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple mapping of some sans-serif MathML characters to their plain counterparts


Languages

Language:JavaScript 100.0%