move supradough to separate package
This commit is contained in:
parent
ccc90d547c
commit
43c05cb504
15 changed files with 102 additions and 33 deletions
4
packages/supradough/index.mjs
Normal file
4
packages/supradough/index.mjs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import _workletUrl from './dough-worklet.mjs?audioworklet';
|
||||
|
||||
export * from './dough.mjs';
|
||||
export const workletUrl = _workletUrl;
|
||||
Loading…
Add table
Add a link
Reference in a new issue