braille-translator

2.0.1 • Public • Published

Braille-Translator

A Braille translation module.

Installation

npm install braille-translator --save

Usage 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.

campbowen.ca/donate/

Distributed under the AGPL 3.0 license.

Readme

Keywords

Package Sidebar

Install

npm i braille-translator

Weekly Downloads

11

Version

2.0.1

License

AGPL-3.0

Last publish

Collaborators

  • campbowen.ca