A keyboard-only pixel editor for MakeCode Arcade sprites and backgrounds. Every action — moving around the grid, choosing a color, painting a cell — works without a mouse.
Press 1–4 anywhere on the page to jump straight to a section: 1 canvas size, 2 active color, 3 draw, 4 export.
Switching size clears the canvas. 16×16, 32×32, 48×48, 24×16, and 16×24 match existing MakeCode Arcade gallery sprite dimensions; 160 × 120 matches the real screen resolution.
Active color: White (index 1)
↑↓←→ move one cell · Shift+arrow move five cells
Generates an img\`...\` literal. Paste it over the image inside a sprite's img\`...\` in the MakeCode JavaScript editor.