An open API service indexing awesome lists of open source software.

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

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
```