💻 Customize how your canvas is presented.
NORMAL, CENTER, or MAXED
SMOOTH or PIXELATED
can also be given as a string (for example "x2")
await Canvas(50, 25);displayMode(CENTER, PIXELATED, 4);circle(0, 0, 16); Copy
await Canvas(50, 25);displayMode(CENTER, PIXELATED, 4);circle(0, 0, 16);
💻 Customize how your canvas is presented.