led-canvas-fonts
Version:
Example LED fonts to be used with https://github.com/marionebl/led-canvas
28 lines (27 loc) • 728 B
JSON
{
"name": "led-canvas-fonts",
"version": "0.0.1",
"description": "Example LED fonts to be used with https://github.com/marionebl/led-canvas",
"main": "index",
"scripts": {
"build": "for file in $(ls ./fonts/); do ./bin/generator ./fonts/$file ./${file/.font/.json}; done"
},
"repository": {
"type": "git",
"url": "https://github.com/marionebl/led-canvas-fonts.git"
},
"keywords": [
"led",
"canvas",
"led-board"
],
"author": "Mario Nebl <hello@mario-nebl.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marionebl/led-canvas-fonts/issues"
},
"homepage": "https://github.com/marionebl/led-canvas-fonts",
"devDependencies": {
"require-all": "0.0.8"
}
}