Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions image-to-svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<h1>Image to SVG</h1>
<p>Using <a href="https://github.com/jankovicsandras/imagetracerjs">imagetracerjs</a> by András Jankovics.</p>
<div id="drop-zone">
<p>Drag and drop a JPG or PNG image here, or click to select a file</p>
<p>Drag and drop a JPG, PNG, or WebP image here, or click to select a file</p>
</div>
<input type="file" id="file-input" style="display: none;" accept="image/jpeg, image/png">
<input type="file" id="file-input" style="display: none;" accept="image/jpeg, image/png, image/webp">
<div id="svg-container"></div>
<h2>SVG Code:</h2>
<button id="copy-button">Copy to clipboard</button>
Expand Down