basic react package build config

This commit is contained in:
Felix Roos 2022-05-17 00:32:57 +02:00
parent 2a618b42b7
commit b59f36f40b
16 changed files with 620 additions and 163 deletions

View file

@ -41,6 +41,7 @@ import '@strudel.cycles/webaudio/webaudio.mjs';
import '@strudel.cycles/serial/serial.mjs';
import controls from '@strudel.cycles/core/controls.mjs';
// TODO: refactor to evalScope
extend(
Tone,
strudel,

View file

@ -116,6 +116,7 @@ const uiHelpersMocked = {
backgroundImage: id,
};
// TODO: refactor to evalScope
extend(
// Tone,
strudel,