-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·25 lines (25 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·25 lines (25 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "neomatrix-framecreator",
"version": "1.0.1",
"description": "The **NeoMatrix Frame Creator** is a web-based tool designed to help developers and artists craft LED matrix frames for **animations** on projects that use NeoMatrix and WS2812 (RGB) LEDs. The tool provides an interactive grid and straightforward controls to visualize each frame, experiment with orientation and sizes, and ultimately export your designs into usable code. This was originally designed for the final project in the University of Florida class CEN4907C, Computer Engineering Design 1, on the WS2812 LED matrix.",
"main": "lib.js",
"scripts": {
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Technical-1/NeoMatrix-FrameCreator.git"
},
"keywords": [],
"author": "Jacob Kanfer",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Technical-1/NeoMatrix-FrameCreator/issues"
},
"homepage": "https://github.com/Technical-1/NeoMatrix-FrameCreator#readme",
"devDependencies": {
"canvas": "^3.2.1",
"jsdom": "^29.1.1"
}
}