Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 486 Bytes

File metadata and controls

33 lines (21 loc) · 486 Bytes

CameraCapture

Camera capture, a library that allows you to capture image frames from a camera.

Start up steps

Install all packages

npm install

Run the local dev server using Vite

npm run dev

Tests

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.