Go to file
Corey Johnson 311b91d0c5 refactor: pure CSS sprite animation with CSS variables
- Remove runtime JavaScript from Sprite component entirely
- Use CSS custom properties (--x, --y, --ex) with shared @keyframes
- Add SpriteStyles component for global keyframe (include once in <head>)
- Require sheetWidth/sheetHeight props (calculated by dev tool)
- Remove grid/columns support (horizontal strips only)
- Dev tool now auto-detects frames and calculates crop bounds
- Dev server is now CLI-based with required assets directory arg
- Add image picker with filter/search

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 16:07:35 -08:00
docs/plans Add implementation plan 2026-01-06 10:19:16 -08:00
public chore: add pico css 2026-01-06 10:31:08 -08:00
src refactor: pure CSS sprite animation with CSS variables 2026-01-06 16:07:35 -08:00
.gitignore chore: tiny-sprites v1 complete 2026-01-06 13:18:03 -08:00
bun.lock chore: project setup with bun and hono 2026-01-06 10:27:28 -08:00
package.json refactor: pure CSS sprite animation with CSS variables 2026-01-06 16:07:35 -08:00
tsconfig.json chore: project setup with bun and hono 2026-01-06 10:27:28 -08:00