Simple app for zen-like-coloring of a hidden image
- Ignore pixels with alpha below 255
- Add clear all button with warning before comitting
- Add replay button, clears and recolor all pixels
- Add support for ctrl-z.. not sure why, but fun.
- Store each clicked pixel position
- Store total of each color
- Store color count for each clicked pixel
- Checkbox on colorselect box
- Progressbar?
- Scale down image to 50x50
- Get list of colors https://stackoverflow.com/questions/13242660/list-unique-colors-in-an-html-canvas
- Sort list of colors
- Split list of colors by how many we want and create a color pallet.
- Apply color pallet to image https://stackoverflow.com/questions/16087529/limit-canvas-colors-to-a-specific-array
- Save image information on client using IndexedDB
- Use parcel, parallel or similar builder
- Setup github actions for automatic builds
- Add testing
- Add linting and coverage report