mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Add grayscale toggle
This commit is contained in:
@@ -331,6 +331,13 @@
|
||||
<button class='input' onclick='autoFitArt();'>Auto Fit Art</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class='readable-background padding margin-bottom'>
|
||||
<h5 class='input-description margin-bottom'>Make the art grayscale</h5>
|
||||
<label class='checkbox-container input'>Grayscale
|
||||
<input id='grayscale-art' type='checkbox' onchange='drawCard();'>
|
||||
<span class='checkmark'></span>
|
||||
</label>
|
||||
</div>
|
||||
<div class='readable-background padding margin-bottom'>
|
||||
<h5 class='padding margin-bottom input-description'>Clears the art, making it blank</h5>
|
||||
<button class='input margin-bottom' onclick='uploadArt(blank.src);'>Remove Art</button>
|
||||
|
Reference in New Issue
Block a user