feat: add grid gap & canvas outline
This commit is contained in:
parent
4931cdc097
commit
ed0cffb8b3
3 changed files with 25 additions and 9 deletions
|
@ -31,6 +31,11 @@
|
|||
<input id="scale" type="number" min="1" value="40">
|
||||
px per module
|
||||
</label>
|
||||
<label for="gap">
|
||||
<span>Grid gap:</span>
|
||||
<input id="gap" type="number" min="0" value="0">
|
||||
px between modules
|
||||
</label>
|
||||
<button id="gen-btn">Generate</button>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue