1.0.1 • Published 6 years ago

braille-dots v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

braille-dots

Build Status

Get Braille characters based on the dot-names or vice versa.

import brailleDots from 'braille-dots'

brailleDots(234) // '⠎'
brailleDots('⠎') // 234

brailleDots(null) // '⠀'
brailleDots('⠀') // null

Values are based off the super convenient https://www.pharmabraille.com/braille-codes/unified-english-braille-ueb-code/.


kickstarted by npm-boom