An open API service indexing awesome lists of open source software.

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

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.

Screenshot of Application

## 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/).