stalgiag / p5.xr

a library that helps turn p5.js sketches into immersive experiences using WebXR
GNU Lesser General Public License v2.1
117 stars 25 forks source link

Load p5xr.min.js instead of p5.xr in examples #204

Closed TiborUdvari closed 6 months ago

TiborUdvari commented 7 months ago

Nature of issue?

Feature enhancement details:

I'm currently running npm run watch to make changes in the library. This generates the p5xr.min.js and p5xr.min.js.map sourcemap files.

It would make more sense to load these files directly instead of the p5xr.js in the examples to make iteration faster during development. The sourcemaps should allow for debugging the code if necessary.