add claviature package
This commit is contained in:
parent
8e41332dfa
commit
85fee0cc01
7 changed files with 286 additions and 27 deletions
|
|
@ -24,6 +24,7 @@
|
|||
"@heroicons/react": "^2.1.1",
|
||||
"@nanostores/persistent": "^0.9.1",
|
||||
"@nanostores/react": "^0.7.1",
|
||||
"@strudel/claviature": "workspace:*",
|
||||
"@strudel/codemirror": "workspace:*",
|
||||
"@strudel/core": "workspace:*",
|
||||
"@strudel/csound": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@ export function loadModules() {
|
|||
import('@strudel/serial'),
|
||||
import('@strudel/soundfonts'),
|
||||
import('@strudel/csound'),
|
||||
import('@strudel/claviature'),
|
||||
];
|
||||
if (isTauri()) {
|
||||
modules = modules.concat([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue