This commit is contained in:
Puniko 2023-02-19 15:38:29 +01:00
parent 5dd2b9ff61
commit a6461e74d6

View file

@ -44,7 +44,7 @@ const theme = JSON.parse(localStorage.theme);
onMounted(() => {
player = WaveSurfer.create({
container: display,
barGab: 1,
barGap: 1,
barWidth: 2,
barRadius: 2,
backgroundColor: theme.panel,