getscreenmedia
Version:
A browser module for attempting to get access to a MediaStream of a user's screen. With a nice node-like API.
22 lines (21 loc) • 530 B
JSON
{
"name": "getscreenmedia",
"version": "5.1.2",
"description": "A browser module for attempting to get access to a MediaStream of a user's screen. With a nice node-like API.",
"main": "getscreenmedia.js",
"repository": {
"type": "git",
"url": "https://github.com/otalk/getScreenMedia"
},
"keywords": [
"browser",
"getUserMedia",
"screen sharing",
"WebRTC"
],
"author": "Henrik Joreteg <henrik@andyet.net>",
"license": "MIT",
"peerDependencies": {
"webrtc-adapter": "^6.0.0"
}
}