p5canvas icon indicating copy to clipboard operation
p5canvas copied to clipboard

Forwarding p5.js friendly errors, resolving #57

Open ccoenen opened this issue 2 years ago • 0 comments

This defines an error message handler. This is neccessary, because the friendly error messages lead with a \n newline and thus do not get put onto the console. (apparently subsequent lines are just discarded).

It also updates p5.js to 1.4.2 and changes from minified to un-minified, because minified does not do the friendly error messages.

ccoenen avatar Oct 10 '22 17:10 ccoenen