bitcraftlab / p5.gui

p5.gui magically generates a graphical user interface for your p5.js sketches
https://bitcraftlab.github.io/p5.gui
MIT License
354 stars 91 forks source link

Declaring variables with let does not work #34

Open asadullahjan opened 1 year ago

asadullahjan commented 1 year ago

if I use let to declare variables it does not work rather I have to use var to declare my global variables.