https://github.com/themcaffee/led-patterns
Create patterns to control LED lights with FastLED
https://github.com/themcaffee/led-patterns
Last synced: about 2 months ago
JSON representation
Create patterns to control LED lights with FastLED
- Host: GitHub
- URL: https://github.com/themcaffee/led-patterns
- Owner: themcaffee
- License: mit
- Created: 2018-06-23T11:04:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T04:38:59.000Z (over 2 years ago)
- Last Synced: 2025-02-26T09:43:10.961Z (2 months ago)
- Language: JavaScript
- Homepage: https://led.mitchmcaffee.com
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# led-patterns
Web application to easily create pixels of images or by painting with a cursor for use in a LED matrix. Has a configurable height and width and allows any image to be made into pixel art. Try me out [here](https://led.mitchmcaffee.com)!
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```