Skip to content

TariqSaiyad/pixel-sorting-svelte

Repository files navigation

Pixel Sorting - Svelte + TS + Vite ⚡️

Sort images by pixel brightness or hue 👾

Get started

Install the dependencies:

npm install
npm run dev

Building and running in production mode

To create an optimised version of the app:

npm run build