disable visualizer background (#949)

* disable visualizer background
This commit is contained in:
Pyx 2025-06-09 21:14:59 -04:00 committed by GitHub
parent aba64b10d0
commit 9f11061433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,8 @@ export const Visualizer = () => {
connectSpeakers: false, connectSpeakers: false,
gradient: 'prism', gradient: 'prism',
mode: 4, mode: 4,
overlay: true,
showBgColor: false,
showPeaks: false, showPeaks: false,
smoothing: 0.8, smoothing: 0.8,
}); });