Const
💻 Since WebGPU is the default renderer in JavaScript modules, it's not necessary to use this constant with Canvas, unless you want to make it explicit.
Canvas
await Canvas(200, 100, WEBGPU);background('silver');circle(0, 0, 80); Copy
await Canvas(200, 100, WEBGPU);background('silver');circle(0, 0, 80);
💻 Since WebGPU is the default renderer in JavaScript modules, it's not necessary to use this constant with
Canvas, unless you want to make it explicit.