This commit is contained in:
2026-09-14 22:30:09 +02:00
parent 22ffc3b51a
commit 912deeb28e
42 changed files with 2998 additions and 618 deletions
+5 -1
View File
@@ -179,7 +179,11 @@ class v0ck {
}
else
return console.error("nope");
return this.init(elem);
const inst = this.init(elem);
if (elem && elem.tagName === 'AUDIO' && window.initVisualizer) {
window.initVisualizer(elem);
}
return inst;
}
init(elem) {