zhw2590582 / WFPlayer

:ocean: WFPlayer.js is an audio waveform generator
https://wfplayer.js.org
MIT License
262 stars 32 forks source link

Is there a way to remove the padding entirely? #21

Closed miles352 closed 2 years ago

miles352 commented 2 years ago

The padding on the left and right is getting annoying because it is a different color than the background. Why can't I set padding below 1 in the options? I would like to completely remove it. image

zhw2590582 commented 2 years ago

You can set the color to be fully transparent:rgba(0,0,0,0)

miles352 commented 2 years ago

How would I change the color of the padding? I already have the backgroundColor set to fully transparent

zhw2590582 commented 2 years ago

paddingColor

miles352 commented 2 years ago

Thank you, I should have tried that.