move scheduler to core + move audioctx to userland

This commit is contained in:
Felix Roos 2022-08-17 21:26:00 +02:00
parent 1cd31cfce9
commit 7af6188a8a
5 changed files with 55 additions and 43 deletions

View file

@ -15,6 +15,8 @@ export * from './state.mjs';
export * from './timespan.mjs';
export * from './util.mjs';
export * from './speak.mjs';
export * from './clockworker.mjs';
export * from './scheduler.mjs';
export { default as gist } from './gist.js';
// below won't work with runtime.mjs (json import fails)
/* import * as p from './package.json';