staskobzar / vue-audio-visual

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

Tailwindcss support for colors #159

Closed Shahryar1991 closed 1 month ago

Shahryar1991 commented 1 month ago

Could you add Tailwind CSS support to use Colors classes? I think it would be great if you could do so.

staskobzar commented 1 month ago

@Shahryar1991 I do not beleive it is possible, unfortunatelly. plugins are based on canvas html element which supports only color values https://developer.mozilla.org/en-US/docs/Web/CSS/color_value but not css classes