feat: add mondough package to run strudel via mondo
This commit is contained in:
parent
11196fb1e6
commit
fae59a6bcd
8 changed files with 221 additions and 5 deletions
|
|
@ -42,6 +42,7 @@
|
|||
"@strudel/tonal": "workspace:*",
|
||||
"@strudel/transpiler": "workspace:*",
|
||||
"@strudel/webaudio": "workspace:*",
|
||||
"@strudel/mondough": "workspace:*",
|
||||
"@strudel/xen": "workspace:*",
|
||||
"@supabase/supabase-js": "^2.48.1",
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ export function loadModules() {
|
|||
import('@strudel/gamepad'),
|
||||
import('@strudel/motion'),
|
||||
import('@strudel/mqtt'),
|
||||
import('@strudel/mondough'),
|
||||
];
|
||||
if (isTauri()) {
|
||||
modules = modules.concat([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue