staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
687 stars 109 forks source link

No visualizations when built as a part of web component using Vue CLI 4 #71

Closed rovshan-b closed 2 years ago

rovshan-b commented 3 years ago

I am using av-waveform component to display visualizations when recording from microphone. This is screenshot of my Vue app when built as part of normal web page:

image

and when built the same in web component mode it does not appear (voice gets recorded normally. i.e. no problems with retrieving and setting user media. no changes in code between normal build and web component mode build):

image

there are no errors in browser console or network tab.

build command: yarn build --target wc --inline-vue --name=my-component

staskobzar commented 2 years ago

Please, try new version 2.3.0 which is compatible with vue3