An open API service indexing awesome lists of open source software.

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

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
```