NocturnalRage / pyangelo.com

Python Graphics Programming in the Browser
2 stars 3 forks source link

Skulpt js files now included as a dependency #107

Closed pingskills closed 3 years ago

pingskills commented 3 years ago

Instead of loading the skulpt.min.js and skulpt-stdlib.js files separately in the head section of the HTML, these are now included in the js files that need them as a dependency using require. I am not sure if this can be done using the ES6 import command.