0.0.2 • Published 7 years ago

text2braille v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Build Status Coverage Status

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.