tiny-sprite/src
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
..
dev refactor: pure CSS sprite animation with CSS variables 2026-01-06 16:07:35 -08:00
sprite.test.tsx refactor: pure CSS sprite animation with CSS variables 2026-01-06 16:07:35 -08:00
sprite.tsx refactor: pure CSS sprite animation with CSS variables 2026-01-06 16:07:35 -08:00