Budiyoga
Budiyoga
Is it better now?
That didn't happen to me
*Doesn't understand* Um, yes I'm using p5.js through the script tag in VSCode
Oh, I'm using p5.js, not p5.min.js
` p5.js example body { padding: 0; margin: 0; } ` `function setup() { // put setup code here var Canvas = createCanvas(0,0); Canvas.parent("Non-existent_Tag"); } function draw() { // put...
To simplify my mistake up there, all I did was add `var Canvas = createCanvas(0,0,);` & `Canvas.parent("Non-existent_Tag");` in the empty example.
 No difference
Yes I did that 
So how do I do that?
The debug console in VS Code is pretty much the same with the browser console. But instead it also gathers data from other tabs in the same window. Note that...