/routes/api/convert.ts
/islands/App/index.tsx
/src/palette.ts
/src/dither.ts
/import_map.json
/routes/_app.tsx
/routes/index.tsx
- Develop an API service that converts image using hardcoded settings.
- Display the resulting SVG image.
- Add a dithering engine to the image conversion.
- Add a button to download the resulting SVG.
- Add a loading spinner.
- Add
width
andheight
input for the resulting SVG dimentions. - Add an interactive
palette
input for a custom CSV palette. - Add a dithering algorithm selector.
- Include instructions in the site.
- Add presentation assets.
- Add an about page.
- Add a custom domain.