Budiyoga

Results 18 comments of Budiyoga

*Doesn't understand* Um, yes I'm using p5.js through the script tag in VSCode

` 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.

![image](https://user-images.githubusercontent.com/85048907/162566307-7c242967-7511-4859-beb5-0ce48f3ef47b.png) No difference

Yes I did that ![image](https://user-images.githubusercontent.com/85048907/162606273-d737384c-52dd-4dd1-a311-fdfa305f12a9.png)

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...