UNPKG

@uppy/screen-capture

Version:

Uppy plugin that captures video from display or application.

36 lines 769 B
{ "name": "@uppy/screen-capture", "description": "Uppy plugin that captures video from display or application.", "version": "4.2.1", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", "type": "module", "keywords": [ "file uploader", "uppy", "uppy-plugin", "screen capture", "video", "record", "mediarecorder" ], "homepage": "https://uppy.io", "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { "@uppy/utils": "^6.1.1", "preact": "^10.5.13" }, "peerDependencies": { "@uppy/core": "^4.4.1" }, "publishConfig": { "access": "public" } }