img2braille
Version:
Dynamically converts an image to braille (ASCII) art
26 lines (25 loc) • 637 B
JSON
{
"name": "img2braille",
"version": "1.0.1",
"description": "Dynamically converts an image to braille (ASCII) art",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/5E7EN/Img2Braille.git"
},
"keywords": [
"ascii",
"braille",
"art",
"image-conversion"
],
"author": "5E7EN",
"license": "MIT",
"bugs": {
"url": "https://github.com/5E7EN/Img2Braille/issues"
},
"homepage": "https://github.com/5E7EN/Img2Braille#readme",
"dependencies": {
"canvas": "^2.6.1"
}
}