🧑🎨 Draws a point on the canvas.
x-coordinate
y-coordinate
await Canvas(200, 100);stroke('white');point(-25, 0);strokeWeight(10);point(25, 0); Copy
await Canvas(200, 100);stroke('white');point(-25, 0);strokeWeight(10);point(25, 0);
🧑🎨 Draws a point on the canvas.