Use "stitch length" as label for cell size

This commit is contained in:
arne 2024-07-20 23:11:55 +02:00
commit dfb4b08c35

View file

@ -145,7 +145,7 @@ $compile(
$canvas(scene, size)],
["aside", {},
["h2", {}, "Settings"],
input("Grid size: ", {
input("Stitch length: ", {
type: "number",
min: "5",
value: cellSize.deref()!,