JavaScript

The browser code is defined in ./src folder and Parcel bundles it all into the ./dist folder (making a single .js and .css file (the .map files are used for in-browser debugging))

Last updated