1.1.8 • Published 12 months ago

vue-audio-level-meter v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

vue-audio-level-meter

A simple audio (peak) level meter for Vue.js

Visual example

Installation

npm install vue-audio-level-meter

How to use

Build & Development

This package uses Vue 3 + TypeScript + Vite.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

# build for production
npm run build

# locally preview production build
npm run preview

# to publish to GitHub Pages (requires committing and pushing the build in the /dist folder)
git add dist -f
git commit -m 'built for gh-pages'
git push
npm run publish-gh-pages

Run Unit Tests with Vitest

npm run test

Credits

  • @highlightjs/vue-plugin, provides a highlightjs component for use in your Vue.js 3 applications. (Released under the BSD-3-Clause license, by the highlight.js team)

Inspiration from


vue-audio-level-meter is created with love by Marcel Suter for the Replayer project.

1.1.8

12 months ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0-beta.1

2 years ago