waitingsong / modern-webcamjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern-WebcamJS

A JavaScript library for capturing still images from camera(s) via modern browsers.

Version License

What can I do with this?

Modern-WebcamJS is a JavaScript library for capturing still images from camera(s) attached by your computer, and delivering them to you as JPEG or PNG Data URIs. The images data also can be objectURL . It uses HTML5 getUserMedia, so only modern browser such as FireFox, Chrome, Edge which supports navigator.mediaDevices.getUserMedia of HTML5 API supported.

Installing

npm install --save modern-webcamjs

DEMO:

License

MIT

About

License:MIT License


Languages

Language:TypeScript 100.0%