staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
717 stars 112 forks source link

The wave color is not the same that I set #157

Open FelixInOffice opened 4 months ago

FelixInOffice commented 4 months ago

When I set "played-line-color" to black (#000000), it will show as #8A8A8A. is there any ways to change it back to the original black?

staskobzar commented 4 months ago

Hello @FelixInOffice this is the way canvas draws overlaping pixels. Try to set bigger value for played-line-width prop to have more solid colors:

:played-line-width="2"