A webapp that serves a photo manipulation user interface to a front-end user using Vite.
This code is built on a programatic ImageEditor class instance, that handles front end interaction and performs image manipulations with context provided by an imagefile and HTML canvas. If no canvas is provided, it creates one internally.
- Install packages (built using Node v20.15.1):
npm ci
- Run vite server:
npm run dev
