CanvasGUI problems

Could you at least add that path to “package.json”'s “main” property for the next release?

{
  "name": "canvas-gui",
  "version": "1.0.1",
  "description": "On canvas GUI for p5.js",
  "main": "dist/lib/gui.js",
  "browser": "dist/lib/gui.min.js",

“main” points to the non-minified version, while “browser” points to the minified 1.

Anyways, to always get the latest version, we can use this link:
https://cdn.jsDelivr.net/gh/quarks/canvasGUI/dist/lib/gui.min.js