Camera capture, a library that allows you to capture image frames from a camera.
Install all packages
npm install
Run the local dev server using Vite
npm run dev
Run unit tests using viTest
npm run test
Run unit tests UI using viTest
npm run test:ui
Press 'o' in the terminal to launch a browser instance automatically. Allow the browser access to your camera for the app to start capturing frames.