🌆 Disables smooth image rendering for a pixelated look.
This setting is applied to images when they're loaded.
await Canvas(200);noSmooth();let icon = await load('/q5js_icon.png');image(icon, -100, -100, 200, 200); Copy
await Canvas(200);noSmooth();let icon = await load('/q5js_icon.png');image(icon, -100, -100, 200, 200);
🌆 Disables smooth image rendering for a pixelated look.
This setting is applied to images when they're loaded.