From now we feel free to use ES6 powers – we've found that they are pretty stable in most modern browsers! Let's make the apps embedding as simple as three lines: one type="module" js script tag plus container and component tags in HTML.
[x] export components
[x] import components
[x] modular WebMidi (added export default WebMidi at the end
[x] modular Tone
[x] modular Zdog
[x] modular Synth – need to rebuild and divide the js into engines and Tonejs initialization
From now we feel free to use ES6 powers – we've found that they are pretty stable in most modern browsers! Let's make the apps embedding as simple as three lines: one
type="module"
js script tag plus container and component tags in HTML.export default WebMidi
at the end