An orange cat with a pink bow, caught mid-stretch: play-bow pose, rump and tail up, closed contented eye, white muzzle, paws, and tail tip.
Reuse
export/cat-stretch.png— the 1× sprite (28×18, transparent background). Render at integer scales with nearest-neighbor filtering.export/cat-stretch@8x.png— prescaled 8× for docs/previews.
Source
No .aseprite — this sprite’s canonical source is source/render.mjs: the
pixel grid lives as a character map (one char per pixel, palette at the top).
Edit the grid, then regenerate everything with:
node source/render.mjs
(needs site/node_modules installed — the script resolves Playwright from
there.)