# heic-to 1.5.2 Compliance Bundle

This folder contains LGPL compliance materials for the `heic-to` library shipped in GalleryPlanner.

## Included Files

- `LGPL-3.0.txt`
- `GPL-3.0.txt`
- `heic-to-source.zip` (source archive equivalent for the shipped `heic-to@1.5.2` package)

## Replace `heic-to` in This Vite App

1. Update the dependency in `package.json` to your replacement package (or fork).
2. Update the HEIC converter import in `src/utils/imageStore.ts` (currently `await import('heic-to/csp')`).
3. Run `npm install` and `npm run build` to verify browser bundling and conversion flow.
4. Re-test HEIC import behavior in Chrome, Firefox, and Safari.
5. If you ship a different library, update `/open-source`, `/terms`, and `/licenses/` notices accordingly.
