HTML5 video utility for client camera.
- Supports ES6
- Take a Photo
- Video in pipeline
- More features yet to come
-
Install using NPM
npm install camerajs --save
-
Import
import Camera from 'camerajs'
-
Initializing Client Camera
const Camera = new Camera({ video: VideoElement, photo: photoElement, snapButton: snapButtonElement });
-
You can also download from
lib
folder.