chromatone / apps

Interactive color music theory
https://dev.chromatone.center
MIT License
6 stars 1 forks source link

Implement ES6 import/export to modularize apps and make them easy to embed #5

Closed davay42 closed 4 years ago

davay42 commented 4 years ago

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.

davay42 commented 4 years ago

Mostly done. Only small adaptations will be needed to embed separate components into a webpage.