No description
  • JavaScript 75.9%
  • CSS 16.6%
  • HTML 6.9%
  • Dockerfile 0.6%
Find a file
2025-11-30 19:15:14 +01:00
public first commit 2025-11-30 17:08:50 +01:00
src feat: add support for dynamic canvas orientation and enhance color palette extraction 2025-11-30 19:15:14 +01:00
.gitignore first commit 2025-11-30 17:08:50 +01:00
.nvmrc first commit 2025-11-30 17:08:50 +01:00
docker-compose.yaml refactor: update docker-compose configuration for app service 2025-11-30 17:13:16 +01:00
Dockerfile first commit 2025-11-30 17:08:50 +01:00
index.html first commit 2025-11-30 17:08:50 +01:00
package-lock.json first commit 2025-11-30 17:08:50 +01:00
package.json first commit 2025-11-30 17:08:50 +01:00
README.md first commit 2025-11-30 17:08:50 +01:00
test-color-codes.html first commit 2025-11-30 17:08:50 +01:00

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.