vue-audio-visualizer
vue-audio-visualizer copied to clipboard
A media player + audio visualizer web component built with Vue.
Results
2
vue-audio-visualizer issues
Sort by
recently updated
recently updated
newest added
Demo doesn't work
## **Problem Description** What I did was that I: 1. Installed the vue-audio-visualizer using npm. 2. Imported the player from node_modules. 3. Declared it with Vue.use(). 4. Defined a player...