1.1.0 • Published 8 years ago

braille v1.1.0

Weekly downloads
64
License
MIT
Repository
github
Last release
8 years ago

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