We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb04cab commit 71cd263Copy full SHA for 71cd263
README.md
@@ -1,5 +1,30 @@
1
# 🪝 vue-use-media-recorder
2
3
+A Vue Composable for the MediaRecorder API
4
+
5
+## Features
6
7
+- 🎥 Record audio and video streams
8
+- 📦 Auto import for Nuxt
9
+- 🎨 TypeScript support
10
+- 📚 [Documentation](https://orbisk.github.io/vue-use-media-recorder/)
11
12
+## Installation
13
14
+```bash
15
+pnpm add -D @orbisk/vue-use-media-recorder
16
+```
17
18
+### Nuxt
19
20
+Auto import for Nuxt is supported. Just add the module to your `nuxt.config`:
21
22
+```ts
23
+export default defineNuxtConfig({
24
+ modules: ['@orbisk/vue-use-media-recorder/nuxt']
25
+})
26
27
28
## Commands
29
30
Build the package:
0 commit comments