braille-dots
v1.0.1
Published
Get Braille characters based on the dot-names or vice versa.
Downloads
5
Maintainers
Readme
braille-dots
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