From 09604927db5f22d9a63397476998a0cb944c9e36 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 10 May 2026 08:54:16 +0000 Subject: [PATCH] Pixel Art editor: pencil, eraser, fill bucket, size, palette, save PNG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 16×16 grid with checkered transparent background - Tools: ✏️ pencil, ⬜ eraser, 🪣 flood fill - Brush size: S (1px), M (2×2), L (3×3) - 24-color palette + native color picker (tap current color swatch) - Grid toggle ⊞, clear 🗑️, save 💾 (downloads 512×512 PNG) - Hover preview shows brush footprint before painting - Autosaves to localStorage on every stroke - Keyboard: p=pencil, e=eraser, f=fill, g=grid https://claude.ai/code/session_01V6s7b7ReDstVRgFcuZbkx7 --- pixel-art.html | 423 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 307 insertions(+), 116 deletions(-) diff --git a/pixel-art.html b/pixel-art.html index 9644b63..1e37bb9 100644 --- a/pixel-art.html +++ b/pixel-art.html @@ -7,101 +7,69 @@ Pixel Art @@ -113,50 +81,85 @@

Pixel Art

+
+
+ + + +
+
+
+ + + +
+
+ + + +
+
+
-
-

Pixel Art

-

Tap to paint. Pick a color. Save your art!

- -
-
Tap to paint. Pick a color. Save your art!
+
-