0.0.2 • Published 8 years ago
text2braille v0.0.2
Text 2 Braille
A small library to convert text to braille notation.
Installation
`npm install @shaaslam/text2braille
Usage
var toBraille = require('@shaaslam/text2braille');
var braille = toBraille('2944B');
Output should be ⠼⠃⠼⠊⠼⠙⠼⠙⠠⠃
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.