staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
693 stars 111 forks source link

update documentation to read proper import names #20

Closed monfortm closed 4 years ago

monfortm commented 4 years ago

In the doc it's:

import Vue from 'vue'
import AudioVisual from 'vue-audio-visual'

Vue.use(AudioVisual)

what works for me is

import Vue from 'vue'
import AVPlugin from 'vue-audio-visual'

Vue.use(AVPlugin)

best,

M

staskobzar commented 4 years ago

I can not confirm this bug. Just tried and it works as documented.