mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
[hydra] return the hydra object when await initHydra(..) is called
This commit is contained in:
@@ -35,6 +35,7 @@ export async function initHydra(options = {}) {
|
||||
hydra.synth.s0.init({ src: canvas });
|
||||
}
|
||||
}
|
||||
return hydra;
|
||||
}
|
||||
|
||||
export function clearHydra() {
|
||||
|
||||
Reference in New Issue
Block a user