2.0.1 • Published 8 years ago
braille-translator v2.0.1
Braille-Translator
A Braille translation module.
Installation
npm install braille-translator --saveUsage example
var Translator = require( 'braille-translator' );
var translator = new Translator( { } );Interfaces
Translator
A transform stream to which data is passed through for conversion into Braille.
Translator.errorStream (Depricated)
A readable stream to which errors are sent.
Tranlsator.InputStream (Depricated)
A writable stream to which data is sent for conversion into Braille.
Translator.outputStream (Depricated)
A readable stream to which Braille output is sent.
Release History
- 2.0.1- Fix: Bug fixes
 
- 2.0.0- CHANGE: Update docs
- CHANGE: Changed the module's interface to be a single transform stream instead of using an input and output stream
 
- 1.0.4- CHANGE: Update docs (module code remains unchanged)
 
- 1.0.3- CHANGE: Update docs (module code remains unchanged)
 
- 1.0.2- CHANGE: Create docs (module code remains unchanged)
 
- 1.0.1- Fix: Bug fixes
 
- 1.0.0- Initial release
 
Donate
If you enjoy using this module, please consider donating to support summer camps for the visually impaired.
Distributed under the AGPL 3.0 license.