No description
- JavaScript 75.9%
- CSS 16.6%
- HTML 6.9%
- Dockerfile 0.6%
| public | ||
| src | ||
| .gitignore | ||
| .nvmrc | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| test-color-codes.html | ||
Diamond Maker
A small web application that change an image into a diamond painting grid.
The image is changed into a grid with one color per cell, and the closest matching color from a predefined diamond painting color palette is selected for each cell.
If no color palette is provided, a color palette is made from the most common colors in the image.
The user can then download the resulting grid as an image, along with a legend showing which colors to use.