Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.16 KB

README.mdown

File metadata and controls

39 lines (26 loc) · 1.16 KB

📷 The Holga Project

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

theholgaproject

Development

First-Time Setup

Install node.js through nvm, and then npm install all dependencies.

Starting the Dev Server

npx vite

Build for Production

npx vite build

To Do

  • Add progress bar for file uploads.
  • Add offline support.
  • Color filter option.

Resources