t
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
<div class="diZMaxW500 diZmxAuto diZFlexColumn toolsSection diZmy20">
|
||||
<textarea rows="10" class="base64-textarea" placeholder="Enter base64 encoded image data"></textarea>
|
||||
<p class="diZDisplayNone diZDengerText" id="no-select-message"></p>
|
||||
<button class="convert-button diZmt2">Convert to Image</button>
|
||||
<button class="convert-button diZmt2"><span>Convert to Image</span></button>
|
||||
<div class="" id="preview"></div>
|
||||
|
||||
<div class="diZFlexColumn diZDisplayNone diZJustifyCenter" id="download-options" >
|
||||
<p>Choose Image Format & Download:</p>
|
||||
<div>
|
||||
<button class="format-button" data-format="png">PNG</button>
|
||||
<button class="format-button" data-format="jpeg">JPEG</button>
|
||||
<button class="format-button" data-format="webp">WebP</button>
|
||||
<div class="diZFlexRow">
|
||||
<button class="format-button" data-format="png"><span>PNG</span></button>
|
||||
<button class="format-button" data-format="jpeg"><span>JPEG</span></button>
|
||||
<button class="format-button" data-format="webp"><span>WebP</span></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user