Skip to content

cooldudemcgeexl/crunchatizer

Repository files navigation

Crunchatizer

A goofy project built in SvelteKit to explore distortion caused by image resizing with various algorithms. Mainly used to refresh my Svelte knowledge post v5 release (runes).

Available at https://crunchatize.cooldude.cool

Developing

If you want to work on this for some reason, clone the repository and install the dependencies:

yarn install

You can then run the project with hot reload using:

yarn dev --open

Major Acknowledgements

  • SvelteKit - The framework I built this in. Probably the most enjoyable JS framework I've worked in so far.
  • sharp - What I use for image processing on the server. Genuinely impressively fast library. This project would be dead in the water without it.