You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actully, looks like you have to put it inside a draw() function, and it also needs to be defined on the window global (since coffeescript wraps everything in a closure).
Seems like this should work: http://robotben.pencilcode.net/edit/p5test
I get the error "background is not defined".
http://p5js.org/reference/#/p5/background
The text was updated successfully, but these errors were encountered: