From b8fb0f0c4b72d64efb8f5fbea71ce56aabb285b7 Mon Sep 17 00:00:00 2001 From: k1r1m1 Date: Sat, 2 Jul 2022 16:29:17 +0000 Subject: [PATCH] update: width/height = 512/512 --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index 765608b3f9..b3d64795e2 100644 --- a/src/config.js +++ b/src/config.js @@ -41,8 +41,8 @@ const shuffleLayerConfigurations = false; const debugLogs = true; const format = { - width: 3000, - height: 3000, + width: 512, + height: 512, smoothing: false, };