A simple experiment with HTML5 canvas that lets a user drag a photo into the browser window and apply a Holga-like filter (only black & white for now).
Install node.js through nvm, and then npm install
all dependencies.
npx vite
npx vite build
- Add progress bar for file uploads.
- Add offline support.
- Color filter option.
- Robert Fleischmann's vignette filter from vintageJS
- Matt Riggott's Gaussian Blur experiments
- Canvas2Image
- Mozilla Developer Network
- HTML5 Demos
- Stack Overflow
- HTML5 Canvas Tutorials