text2braille

0.0.2 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i text2braille

    Weekly Downloads

    5

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • shaaslam