1.0.0 • Published 2 years ago

ascii-modifiers-map v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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