braille-translator-utils
v1.0.2
Published
Utility methods for working with the Braille-translator module.
Downloads
2
Readme
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.
Distributed under the AGPL 3.0 license.