cutting aids

This commit is contained in:
Kyle
2021-08-17 16:56:35 -07:00
parent ac2c504d17
commit c9d28086a3
2 changed files with 33 additions and 1 deletions

View File

@@ -20,6 +20,11 @@ include('../globalHTML/header-1.php');
</select>
<h5 class='margin-bottom padding input-description'>Toggle the paper orientation (Portrait / Landscape)</h5>
<button onclick='changeOrientation();' class='input margin-bottom'>Toggle orientation</button>
<h5 class='margin-bottom padding input-description'>Include cutting aids (black background and centerlines)</h5>
<label class='checkbox-container input'>Cutting aids
<input id='cuttingAids' type='checkbox' onchange='drawSheet();'>
<span class='checkmark'></span>
</label>
<h5 class='margin-bottom padding input-description'>Set the distance between cards (in pixels)</h5>
<input type='number' id='cardMargin' class='input margin-bottom' value='60' min='0' max='100' onchange='setCardDistance(this.value);'>
<h5 class='margin-bottom padding input-description'>Set PPI (pixels per inch; only relevant when exporting as a PNG)</h5>