From dfb4b08c355f1cc53becfbff71756d87ad366ae8 Mon Sep 17 00:00:00 2001 From: arne Date: Sat, 20 Jul 2024 23:11:55 +0200 Subject: [PATCH] Use "stitch length" as label for cell size --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index fac22da..509f07e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -145,7 +145,7 @@ $compile( $canvas(scene, size)], ["aside", {}, ["h2", {}, "Settings"], - input("Grid size: ", { + input("Stitch length: ", { type: "number", min: "5", value: cellSize.deref()!,