move supradough to separate package

This commit is contained in:
Felix Roos 2025-06-06 16:17:05 +02:00
parent ccc90d547c
commit 43c05cb504
No known key found for this signature in database
15 changed files with 102 additions and 33 deletions

View file

@ -0,0 +1,4 @@
import _workletUrl from './dough-worklet.mjs?audioworklet';
export * from './dough.mjs';
export const workletUrl = _workletUrl;