UNPKG

@mastashake08/vue-4k-camera-recorder

Version:

A Vue 3 component using MediaRecorder and MediaCapabilities API to record 4K video from the user's camera.

55 lines 1.4 kB
{ "name": "@mastashake08/vue-4k-camera-recorder", "version": "0.2.0", "description": "A Vue 3 component using MediaRecorder and MediaCapabilities API to record 4K video from the user's camera.", "type": "module", "main": "./dist/vue-4k-camera-recorder.umd.js", "module": "./dist/vue-4k-camera-recorder.es.js", "exports": { ".": { "import": "./dist/vue-4k-camera-recorder.es.js", "require": "./dist/vue-4k-camera-recorder.umd.js" } }, "files": [ "dist", "src/components/CameraRecorder.vue" ], "scripts": { "dev": "vite --host", "build": "vite build", "preview": "vite preview", "prepublishOnly": "npm run build" }, "peerDependencies": { "vue": "^3.2.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.5", "vite": "^5.2.11", "vue": "^3.4.27" }, "keywords": [ "vue", "vue3", "component", "library", "camera", "recorder", "video", "4k", "mediarecorder", "mediacapabilities", "getusermedia" ], "author": "Jyrone Parker <jyrone.parker@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mastashake08/vue-4k-camera-recorder.git" }, "bugs": { "url": "https://github.com/mastashake08/vue-4k-camera-recorder/issues" }, "homepage": "https://github.com/mastashake08/vue-4k-camera-recorder#readme" }