mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
remove unessecary export
This commit is contained in:
parent
8be5e9d2eb
commit
c0c54c21e3
@ -42,7 +42,7 @@ export const getAudioContext = () => {
|
||||
return audioContext;
|
||||
};
|
||||
|
||||
export async function loadWorklets() {
|
||||
async function loadWorklets() {
|
||||
return await getAudioContext().audioWorklet.addModule(workletsUrl);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user