Skip to content

Latest commit

Β 

History

History
40 lines (30 loc) Β· 1.05 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) Β· 1.05 KB

Changelog

v0.1.27

Added an extended configuration form

  • /routes/api/convert.ts
  • /islands/App/index.tsx

Formatted palette objects

  • /src/palette.ts

Added multiple dithering algorithms

  • /src/dither.ts

Minor updates

  • /import_map.json
  • /routes/_app.tsx
  • /routes/index.tsx

Roadmap to v1.0.0

v0.2.0 - Lean phase

  1. Develop an API service that converts image using hardcoded settings.
  2. Display the resulting SVG image.
  3. Add a dithering engine to the image conversion.

v0.3.0 - Basic interactions phase

  1. Add a button to download the resulting SVG.
  2. Add a loading spinner.

v0.4.0 - Advanced configuration phase

  1. Add width and height input for the resulting SVG dimentions.
  2. Add an interactive palette input for a custom CSV palette.
  3. Add a dithering algorithm selector.
  4. Include instructions in the site.

v0.5.0 - Decoration phase

  1. Add presentation assets.
  2. Add an about page.
  3. Add a custom domain.