I've been using Stackblitz as my IDE to enable me to code better on my Chromebook, it does work well but I have been struggling to implement the p5 library. I should mention that I have only recently picked up programming so I'll only understand the absolute basics.
I've added the p5 dependency and later the p5.js file whilst linking it in the HTML. And still nothing.
If all was working the draw function would call itself on a loop and draw the requested background and square. If I try to call the function as one would normally do in JavaScript it will give me the error: "background is not defined" essentially telling me that p5 is not implemented.