A project to explore color manipulation using canvas.
This project was created using a template for Svelte apps. It lives at https://github.com/sveltejs/template.
Clone the repo...
npx degit mattfmiller/svelte-canvas svelte-canvas
cd svelte-canvas
Install the dependencies...
npm install
To create an optimised version of the app:
npm run build
You can run the newly built app with
npm run start