https://github.com/tadd/braille-dot-coordinates
calculates coordinates of dots in braille character
https://github.com/tadd/braille-dot-coordinates
Last synced: over 1 year ago
JSON representation
calculates coordinates of dots in braille character
- Host: GitHub
- URL: https://github.com/tadd/braille-dot-coordinates
- Owner: tadd
- License: gpl-3.0
- Created: 2014-08-23T11:08:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T07:55:29.000Z (almost 12 years ago)
- Last Synced: 2025-01-22T09:33:22.576Z (over 1 year ago)
- Language: Ruby
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
braille-dot-coordinates
=======================
calculates coordinates of dots in braille character
## usage
```ruby
BrailleDotCoordinates.convert('⠁') #=> [[[2000, 2250]]] # list of list of [X, Y] in um
```