https://github.com/cmpadden/vue-audio-visuals
Vue Components for Audio Visualization
https://github.com/cmpadden/vue-audio-visuals
audio vue
Last synced: 10 months ago
JSON representation
Vue Components for Audio Visualization
- Host: GitHub
- URL: https://github.com/cmpadden/vue-audio-visuals
- Owner: cmpadden
- Created: 2021-09-20T15:34:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T15:34:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T20:29:33.144Z (about 1 year ago)
- Topics: audio, vue
- Language: Vue
- Homepage:
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-audio-visuals
_NOTE:_ the components in this repository are a work-in-progress, and an
exercise in working with media streams and the HTML canvas element.

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).