Commit Graph

6 Commits

Author SHA1 Message Date
d5ba4a4f3e chore: update lib exports
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-13 18:07:51 -04:00
10526d3dbf feat: add tailwind theme and base styles
- E-ink inspired color palette (ink, paper, grey scale)
- Accent colors for interactive elements
- Custom shadows and border radius tokens
- Smooth scroll and floating animation

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-13 18:07:37 -04:00
c985cf4193 feat: add e-reader device presets
- Kindle: Paperwhite 5, Paperwhite 4, Oasis 3, Scribe, Basic
- Kobo: Clara 2E, Libra 2, Sage
- reMarkable 2, Boox Note Air
- Helper to group devices by brand

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-13 18:07:24 -04:00
496be2701f feat: add core type definitions
- Device, ImageEntry, Dimensions types
- PipelineConfig with all processing steps
- Built-in pipeline presets (default, high-contrast, etc.)
- Validation constraints and utility functions

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-13 18:06:39 -04:00
0cb43607ac chore: configure vite for WASM and add dependencies
- Add vite-plugin-wasm for Photon WASM support
- Configure worker format and build target
- Add photon, jszip, lucide-svelte
- Add tailwindcss forms/typography plugins

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-13 18:06:06 -04:00
6f8a187246 Create project skeleton with sv 2026-05-13 17:40:55 -04:00