Hello, thanks for this amazing plugin for Vue! It is exactly what I need for my project <3
I have one problem and would like to check if it might be a configuration issue.
On Firefox/Safari, the bars have solid colors

On Google Chrome, on the same implementation the colors appears more opaque.

Here is the configuration of my AVMedia:
<AVMedia
:media="audioStream"
type="frequ"
frequ-direction="mo"
:line-width="0.5"
:frequ-lnum="50"
:canv-width="250"
:canv-height="50"
:line-color="isPaused ? '#009CB1' : '#F43F5E'"
/>
Hello, thanks for this amazing plugin for Vue! It is exactly what I need for my project <3
I have one problem and would like to check if it might be a configuration issue.
On Firefox/Safari, the bars have solid colors

On Google Chrome, on the same implementation the colors appears more opaque.

Here is the configuration of my AVMedia: