getuservideo

returns a <video> that is rendering a users webcam and optionally turns on the microphone

MIT 5 个版本
安装
npm install getuservideo
yarn add getuservideo
pnpm add getuservideo
bun add getuservideo
README

getuservideo

returns a that is rendering a users webcam and optionally turns on the microphone.

var videoElement = require('getuservideo')({
	width: 320,
	height: 180,
	autoplay: true
});

document.body.appendChild(videoElement);
版本列表
0.1.3 2016-06-16
0.1.2 2014-12-12
0.1.1 2014-08-16
0.1.0 2014-06-30
0.0.0 2014-06-24