move scheduler to core + move audioctx to userland
This commit is contained in:
parent
1cd31cfce9
commit
7af6188a8a
5 changed files with 55 additions and 43 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue