Show average colors in grid

This commit is contained in:
Christoph Hagen
2022-12-20 00:44:11 +01:00
parent b985cf3a33
commit bb3efbf6c5
3 changed files with 115 additions and 2 deletions

View File

@@ -19,6 +19,9 @@
<meta name="description" content="A grid view of all bottle caps in my collection. Try to create an image with them."/>
</head>
<body>
<div id="top-bar">
<div id="show-color-button" onclick="toggleColors()">Toggle colors</div>
</div>
<div id="image-canvas">
<div id="selected-cap-circle"></div>
</div>