braille-translator-utils

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i braille-translator-utils

Weekly Downloads

1

Version

1.0.2

License

AGPL-3.0

Last publish

Collaborators

  • campbowen.ca