0.0.4 • Published 2 years ago

@orbisk/vue-use-media-recorder v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🪝 vue-use-media-recorder

A Vue Composable for the MediaRecorder API

Features

  • 🎥 Record audio and video streams
  • 📦 Auto import for Nuxt
  • 🎨 TypeScript support
  • 📚 Documentation

Installation

pnpm add -D @orbisk/vue-use-media-recorder

Nuxt

Auto import for Nuxt is supported. Just add the module to your nuxt.config:

export default defineNuxtConfig({
  modules: ['@orbisk/vue-use-media-recorder/nuxt']
})

Commands

Build the package:

pnpm build

Run the development environment (vite):

pnpm dev

Run the docs:

pnpm dev:docs

Build the docs:

pnpm build:docs

Lint the package:

pnpm lint

Run test suite:

pnpm test

Start Nuxt dev environment:

pnpm dev:nuxt

Build Nuxt environment:

pnpm build:nuxt

Preview Nuxt environment:

pnpm start:nuxt
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago