move core repl + add package

This commit is contained in:
Felix Roos 2022-04-01 20:54:54 +02:00
parent 47a046ca1d
commit 7fb9c3bf1e
9 changed files with 8982 additions and 154 deletions

View file

@ -0,0 +1,3 @@
export { default as ClockWorker } from './clockworker.mjs';
export { default as Scheduler } from './scheduler.mjs';
export * from './webaudio.mjs';