Merge pull request '[hydra] return the hydra object when await initHydra(..) is called' (#1784) from jeromew/strudel:return-hydra into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1784
This commit is contained in:
commit
e47e6c87fc
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ export async function initHydra(options = {}) {
|
|||
hydra.synth.s0.init({ src: canvas });
|
||||
}
|
||||
}
|
||||
return hydra;
|
||||
}
|
||||
|
||||
export function clearHydra() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue