camerajs
v1.0.1
Published
Easily configurable web camera utility with a bunch of features.
Maintainers
Readme
camerajs
HTML5 video utility for client camera.
Features
- Supports ES6
- Take a Photo
- Video in pipeline
- More features yet to come
Usage
Install using NPM
npm install camerajs --saveImport
import Camera from 'camerajs'Initializing Client Camera
const Camera = new Camera({ video: VideoElement, photo: photoElement, snapButton: snapButtonElement });You can also download from
libfolder.
