Import packages/edo into strudel
This commit is contained in:
parent
73965a3a39
commit
43293dc80f
15 changed files with 179 additions and 2 deletions
|
|
@ -36,6 +36,7 @@
|
|||
"@strudel/codemirror": "workspace:*",
|
||||
"@strudel/core": "workspace:*",
|
||||
"@strudel/draw": "workspace:*",
|
||||
"@strudel/edo": "workspace:*",
|
||||
"@strudel/hydra": "workspace:*",
|
||||
"@strudel/midi": "workspace:*",
|
||||
"@strudel/mini": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ export async function prebake() {
|
|||
core,
|
||||
import('@strudel/draw'),
|
||||
import('@strudel/mini'),
|
||||
import('@strudel/edo'),
|
||||
import('@strudel/tonal'),
|
||||
import('@strudel/webaudio'),
|
||||
import('@strudel/codemirror'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue