From c6b9d1a9bc343dda0c0e2b56cce410f500f344eb Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sun, 6 Apr 2025 02:00:27 +0200 Subject: [PATCH] fix: pixelated img rendering property for canvas --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index d352790..2136832 100644 --- a/src/style.css +++ b/src/style.css @@ -7,3 +7,7 @@ body { height: 100vh; background-color: #222; } + +canvas { + image-rendering: pixelated; +}