hello guys, i had an artistic sketch i made that suddenly, (or around half a year ago) stopped working, and a bunch of errors that never happened are there.
and here is one where it works fine p5.js Web Editor | Numbers0 copy
But a bunch of other ones just do not work and i dont know why, like this
In the Supernumber sketch you have two setup methods, two draw methods and two halftone methods. You also have a call to the method halftone (line 26) which is not within another method so is likely to be executed before setup is executed although I have not tested that myself.