UNPKG

rpi-led-matrix-painter

Version:

Add drawing facilities to rpi-led-matrix. Manage sections of the board independently, draw shapes, text, and images.

55 lines (54 loc) 1.64 kB
{ "name": "rpi-led-matrix-painter", "version": "1.3.0", "description": "Add drawing facilities to rpi-led-matrix. Manage sections of the board independently, draw shapes, text, and images.", "keywords": [ "raspberry pi", "raspberrypi", "rpi", "rgb matrix", "rgb led matrix", "led matrix", "led board", "led", "leds", "rpi-led-matrix-painter", "effects", "polygons", "typescript", "declarative" ], "main": "dist/index.js", "scripts": { "build": "npx tsc", "postinstall": "npm run build", "go": "cd ./dist/ && node index.js", "serve": "npm run build && npm run go", "test": "echo \"Error: no test specified\" && exit 1", "buildsubmodules": "npm run build-rpi-rgb-led-matrix && npm run build-rpi-led-matrix", "build-rpi-led-matrix": "cd rpi-led-matrix && npm run build", "build-rpi-rgb-led-matrix": "cd rpi-led-matrix/vendor && make", "prepack": "npx rimraf dist", "postpack": "mv rpi-led-matrix-painter-*.tgz ./npm_packages" }, "repository": { "type": "git", "url": "git+https://github.com/wesleytabaka/rpi-led-matrix-painter.git" }, "author": "Wesley Tabaka <wesley@wesleytabaka.com>", "license": "MIT", "bugs": { "url": "https://github.com/wesleytabaka/rpi-led-matrix-painter/issues" }, "homepage": "https://github.com/wesleytabaka/rpi-led-matrix-painter#readme", "dependencies": { "@types/node": "^16.9.6", "jimp": "^0.16.1", "source-map-support": "^0.5.20", "wesleytabaka-rpi-led-matrix": "~1.12.0" }, "devDependencies": { "rimraf": "^3.0.2", "typescript": "^4.8.3" } }