@Sven That’s what I originally thought and it happens to not be the case. I entered a given example in and no results still.
function setup() {
// put setup code here
}
function draw() {
// put drawing code here
background(204);
ellipse(50,50,80,80);
}
I get this error in console as well:
[2020-09-08T16:12:20.561Z] “GET /p5.js” Error (404): “Not found”
As if it can’t locate the p5.js file even though I’ve touched nothing except to unzip it when. I unzipped it to an empty folder on my desktop. Did i mess up something there you think? Thoughts?
Edit: im using a node server