https://github.com/donno2048/image2braille
Turn images into braille sequences
https://github.com/donno2048/image2braille
braille nodejs npm-package
Last synced: 8 months ago
JSON representation
Turn images into braille sequences
- Host: GitHub
- URL: https://github.com/donno2048/image2braille
- Owner: donno2048
- Created: 2022-05-17T23:29:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T23:29:44.000Z (over 3 years ago)
- Last Synced: 2025-02-07T19:06:30.499Z (8 months ago)
- Topics: braille, nodejs, npm-package
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image2braille
## Usage
```js
const image2braille = require("image2braille");
image2braille("image.png", 300).then(function(result) {
console.log(result);
});
```