You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP β†’
Socket
Book a DemoInstallSign in
Socket

@orbisk/vue-use-media-recorder

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orbisk/vue-use-media-recorder

πŸͺ Vue Composable around MediaRecorder API

0.0.4
latest
Source
npmnpm
Version published
Maintainers
0
Created
Source

πŸͺ 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

Keywords

vue

FAQs

Package last updated on 28 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts