Aseprite-class drawing
Pencil (right-click to erase), eraser, fill, gradients with dithering, brush shapes, dither brush, custom brushes captured from selections, pixel-perfect line filter.
Built for indie game devs and pixel-art enthusiasts. Runs entirely client-side; your work never leaves the browser unless you export it.
A pixel-art and 2D-animation editor that runs in your browser. It saves projects automatically to IndexedDB and writes a self-contained .mstack file you can share or back up. The whole thing is single-page React + TypeScript with no server side — your art never leaves your machine unless you export it.
Status: beta (v0.15.0). Schemas may still change before the 1.0 release. Export your
.mstackfiles often.
.mstack spec.B, Ctrl+Z, Shift+H. On macOS, treat Ctrl as ⌘ unless noted.Tools panel → Brush → Shape.src/file.ts point at the implementation if you want to read the source.