remove unessecary export
This commit is contained in:
parent
8be5e9d2eb
commit
c0c54c21e3
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export const getAudioContext = () => {
|
||||||
return audioContext;
|
return audioContext;
|
||||||
};
|
};
|
||||||
|
|
||||||
export async function loadWorklets() {
|
async function loadWorklets() {
|
||||||
return await getAudioContext().audioWorklet.addModule(workletsUrl);
|
return await getAudioContext().audioWorklet.addModule(workletsUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue