1.0.2 • Published 6 years ago

braille-translator-utils v1.0.2

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

Braille-Translator

Utility methods for working with the Braille-translator module.

Installation

npm install braille-translator-utils --save

Usage example

var translatorUtils = require( 'braille-translator-utils' );

translatorUtils.translateString( "Camp Bowen Needs Your Donation", {}, function( error, brailleString ) {
console.log( brailleString );
} );

Release History

  • 1.0.2
    • CHANGE: Refactored code
  • 1.0.1
    • CHANGE: Create docs (module code remains unchanged)
  • 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.