From 671f0d0adee58c72e9164c205813d98282c8c2a5 Mon Sep 17 00:00:00 2001 From: Ayaka <92409239+TheOriginalAyaka@users.noreply.github.com> Date: Wed, 12 Oct 2022 11:44:54 +0000 Subject: [PATCH] Update App.jsx edited the min value of spacing --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 2afc1a8..eb27b91 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -188,7 +188,7 @@ ctx.drawImage(img, 0,0, img.width, img.height,centerShift_x,centerShift_y,img.wi setSpaceSize(v)} - min={1} + min={18} max={100} step={1} track={false}