Just a collection of random code for use with WLED's Mapping feature
Read more about WLED on the WLED GitHub and here https://wled.me/
git clone git@github.com:alvinycheung/wledmapper.git
cd wledmapper
nvm use
npm install -g ts-node
npm i
ts-node hexagon-flower-of-life.ts
Go into whatever generator you want to use and read the comments at the top, it'll tell you what it does and what you need to do to use it.