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
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