drawille
Version:
Drawing in terminal with unicode braille characters
34 lines (33 loc) • 690 B
JSON
{
"name": "drawille",
"version": "2.0.2",
"description": "Drawing in terminal with unicode braille characters",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"draw",
"canvas",
"braille",
"terminal"
],
"scripts": {
"test": "echo \"OK 1337/1337 passed! (100%)\""
},
"author": "Bence Dányi <madbence@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:madbence/node-drawille.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/madbence/node-drawille/issues"
},
"devDependencies": {
"bresenham": "0.0.3",
"gl-matrix": "^2.1.0"
}
}