https://mikeyburkman.github.io/partymoji/
yarn
to install dependenciesyarn start
to run a local debug version athttp://localhost:3000/partymoji
yarn test-prod
to run a prod build athttp://localhost:3000
- Custom bezier library -> more points? Would be nice to have start and end points instead of always [0,0],[1,1]
- Add movement/scaling/rotation/drop-shadow to text
- Bezier param does not detect mobile taps, only mouse clicks
- Optimize palette reduction effect. Probably makes sense to just set the number of colors max, which needs to be a power of 2 anyhow.
- Show tool tip in more places, that open help dialogs, instead of one big help section
- Exponential scale on sliders -- allows for a large max while being precise on lower values
- Spiraling out effect -- maybe applying opacity more as it progresses to the outer edge?
- Sierpinski triangle effect
- Give each pixel a randomized trajectory to give like a scatter effect? Maybe some sort of circular function that will ensure it returns to the starting point. Bezier curve to control the speed.