UNPKG

react-multimedia-capture

Version:

react-multimedia-capture is Multimedia capturing module via React, using HTML5 MediaDevice and MediaRecorder API

37 lines (36 loc) 836 B
{ "name": "react-multimedia-capture", "version": "1.2.4", "description": "react-multimedia-capture is Multimedia capturing module via React, using HTML5 MediaDevice and MediaRecorder API", "main": "dist/index.js", "scripts": { "build": "babel src --out-dir dist" }, "repository": { "type": "git", "url": "https://github.com/rico345100/react-multimedia-capture" }, "keywords": [ ".modernator", "react", "media", "capture", "device", "record", "video", "audio" ], "author": ".modernator", "license": "MIT", "dependencies": {}, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.21.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0" }, "peerDependencies": { "prop-types": "^15.0.0", "react": "^16.0.0" } }