All Projects → Nonemoticoner → braille

Nonemoticoner / braille

Licence: MIT License
A Node module for converting text to Braille alphabet.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to braille

js-stack-from-scratch
🌺 Russian translation of "JavaScript Stack from Scratch" from the React-Theming developers https://github.com/sm-react/react-theming
Stars: ✭ 394 (+2088.89%)
Mutual labels:  npm-package, translate
fritz-box
📦 Promise-based JavaScript FRITZ!Box API.
Stars: ✭ 14 (-22.22%)
Mutual labels:  npm-package
couchbase-index-manager
Command-line interface to manage Couchbase indexes, synchronizing them to index definitions.
Stars: ✭ 14 (-22.22%)
Mutual labels:  npm-package
github-profile-card
Simple and easy to use widget with your GitHub profile — No dependencies
Stars: ✭ 98 (+444.44%)
Mutual labels:  npm-package
ThisWeekInSpringTranslate
Sping周报中文翻译
Stars: ✭ 26 (+44.44%)
Mutual labels:  translate
react-daterange-picker
A react date range picker to using @material-ui. Live Demo: https://flippingbitss.github.io/react-daterange-picker/
Stars: ✭ 85 (+372.22%)
Mutual labels:  npm-package
Nodorithm
NPM package for algorithms.
Stars: ✭ 22 (+22.22%)
Mutual labels:  npm-package
linguist
Linguist is a powerful browser extension for translate pages and text, which are ready to replace your favorite translate service
Stars: ✭ 21 (+16.67%)
Mutual labels:  translate
skygear-SDK-JS
Skygear SDK for JavaScript
Stars: ✭ 25 (+38.89%)
Mutual labels:  npm-package
kladi
Easy to use state management library for React
Stars: ✭ 24 (+33.33%)
Mutual labels:  npm-package
baidu-translate-api
A free and unlimited API for Baidu Translate
Stars: ✭ 44 (+144.44%)
Mutual labels:  translate
is-safe-integer
ES2015 Number.isSafeInteger() ponyfill
Stars: ✭ 16 (-11.11%)
Mutual labels:  npm-package
react-native-value-picker
Cross-Platform iOS(ish) style picker for react native.
Stars: ✭ 18 (+0%)
Mutual labels:  npm-package
Cpp-Translate
A c++ project for translating c++ in many languages (including std) (it is a joke)
Stars: ✭ 38 (+111.11%)
Mutual labels:  translate
whats
🌐 a terminal translation tool
Stars: ✭ 16 (-11.11%)
Mutual labels:  translate
next-gen-ui
www.npmjs.com/package/next-gen-ui
Stars: ✭ 24 (+33.33%)
Mutual labels:  npm-package
conditional-expression
JavaScript functional conditional expression
Stars: ✭ 63 (+250%)
Mutual labels:  npm-package
LMPHP
Multi-language management and support on the site.
Stars: ✭ 19 (+5.56%)
Mutual labels:  translate
radiaSlider
circular/linear knob-style slider
Stars: ✭ 18 (+0%)
Mutual labels:  npm-package
react-innertext
Returns the innerText of a React JSX object.
Stars: ✭ 37 (+105.56%)
Mutual labels:  npm-package

WARNING! master is currently a temporary development branch

braille

A Node module for converting text to Braille alphabet.

Installation

$ npm install braille

How to use

Very simple in use with text (string) as argument:

var br = require('braille');

var code = br.toBraille('EXAMPLE TEXT 123'); //  ⠑⠭⠁⠍⠏⠇⠑⠀⠞⠑⠭⠞⠀⠂⠆⠒

var text = br.toText('⠁⠝⠕⠞⠓⠑⠗⠀⠺⠕⠗⠙'); //  ANOTHER WORD

Currently only six dot Braille notation is supported.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].