From ca5c64c616f9e5acb5d622a14034c62d51bce7ad Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 19 Nov 2021 03:48:34 +0300 Subject: [PATCH] add JS option --- CSS/pixel-art.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSS/pixel-art.css b/CSS/pixel-art.css index ee96c18..1de6351 100644 --- a/CSS/pixel-art.css +++ b/CSS/pixel-art.css @@ -2,3 +2,6 @@ canvas { image-rendering: crisp-edges; image-rendering: pixelated; } + +/* JavaScript */ +/* context.imageSmoothingEnabled = false; */