move scope to webaudio package

This commit is contained in:
Felix Roos 2023-08-26 21:11:24 +02:00
parent 2e31c8695a
commit 43efe6921d
3 changed files with 5 additions and 8 deletions

View file

@ -5,4 +5,5 @@ This program is free software: you can redistribute it and/or modify it under th
*/
export * from './webaudio.mjs';
export * from './scope.mjs';
export * from 'superdough';