1.1.7 • Published 30 days ago

vue-audio-level-meter v1.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
30 days 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.7

30 days ago

1.1.6

4 months ago

1.1.5

5 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0-beta.1

1 year ago