HEICscape is a modern, browser-based batch HEIC image converter. Convert HEIC files to JPEG, PNG, or WebP with progress tracking, error recovery, and ZIP download support—all in your browser.
- Batch convert 100+ HEIC files
- Memory-efficient, browser-based processing
- Progress reporting for each file
- Graceful error recovery
- Multiple output formats: JPEG, PNG, WebP
- Download all as ZIP
- PWA: installable and offline-ready
- Vite (vanilla JS)
- Tailwind CSS
- heic2any
- jszip
- file-saver
This project is in progress. See todo.md and changelog.md for details.
- Clone the repo and open in Codespaces or locally
- Install dependencies:
npm install
- Start the dev server:
npm run dev
- Open http://localhost:5173 in your browser
For architecture, build steps, and advanced usage, see build.md.