Braille Save

A Node module for converting text to Braille alphabet.

Project README

WARNING! master is currently a temporary development branch

braille

A Node module for converting text to Braille alphabet.

Installation

$ npm install braille

How to use

Very simple in use with text (string) as argument:

var br = require('braille');

var code = br.toBraille('EXAMPLE TEXT 123'); //  ⠑⠭⠁⠍⠏⠇⠑⠀⠞⠑⠭⠞⠀⠂⠆⠒

var text = br.toText('⠁⠝⠕⠞⠓⠑⠗⠀⠺⠕⠗⠙'); //  ANOTHER WORD

Currently only six dot Braille notation is supported.

License

MIT

Open Source Agenda is not affiliated with "Braille" Project. README Source: Nonemoticoner/braille
Stars
27
Open Issues
6
Last Commit
4 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating