jcubic / koduj

P5.js playground
https://koduj.org
3 stars 1 forks source link

Make ES Modules optional #19

Open jcubic opened 1 year ago

jcubic commented 1 year ago

ES Modules complicate things because you can't define the same function twice. So it would be better to make ES Module optional, importing modules is an advanced feature anyway.

So the task is to add a checkbox for the console to will enable ES Modules. Consider saving the ES Module toggle to Firebase.

jcubic commented 1 year ago

Maybe query string will be the best solution ?esm=1.