From 45c3930c95a2d6c47a7888ef5a58c85414650add Mon Sep 17 00:00:00 2001 From: Flaze <51487578+flazepe@users.noreply.github.com> Date: Sun, 1 May 2022 02:09:32 +0800 Subject: [PATCH] feat: render images as pixelated This removes the smoothing filter and makes sure the pixels stay the same no matter how much you zoom in. --- utils/themify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/themify.js b/utils/themify.js index 2db9886..5487a83 100644 --- a/utils/themify.js +++ b/utils/themify.js @@ -53,7 +53,7 @@ function getCountImage({ count, theme='moebooru', length=7 }) { }, '') return ` - + Moe Count ${parts} @@ -64,4 +64,4 @@ function getCountImage({ count, theme='moebooru', length=7 }) { module.exports = { getCountImage -} \ No newline at end of file +}