2.0.1 • Published 6 years ago

braille-translator v2.0.1

Weekly downloads
1
License
AGPL-3.0
Repository
-
Last release
6 years ago

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.

2.0.1

6 years ago

2.0.0

6 years ago

1.0.4

6 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago