vue-audio-level-meter

1.1.7 • Public • Published

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.

Package Sidebar

Install

npm i vue-audio-level-meter

Weekly Downloads

157

Version

1.1.7

License

MIT

Unpacked Size

95.7 kB

Total Files

45

Last publish

Collaborators

  • suterma