Skip to content

Commit 0345fb1

Browse files
authored
Update index.html
1 parent 3813580 commit 0345fb1

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

docs/index.html

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h1>SnapDOM Demo Gallery</h1>
225225
<a href="#basic">Basic</a>
226226
<a href="#shadow">Shadow DOM</a>
227227
<a href="#canvas">Canvas</a>
228-
<a href="#export">Export</a>
228+
229229
<a href="#transition">Transition Animation</a>
230230
<a href="#pseudo">Pseudo</a>
231231
</nav>
@@ -272,20 +272,7 @@ <h2>🎨 Canvas</h2>
272272
</script>
273273
</section>
274274

275-
<section id="export">
276-
<h2>📁 Export Formats</h2>
277-
<div class="card" id="export-box">
278-
<div class="export-text">
279-
<strong>📤 This box will be exported as</strong><br />
280-
<span class="export-format">PNG</span>,
281-
<span class="export-format">JPG</span> &
282-
<span class="export-format">WebP</span>.
283-
</div>
284-
</div>
285275

286-
<button onclick="exportFormats('export-box')">Export</button>
287-
<div class="output" id="export-output"></div>
288-
</section>
289276
<section id="transition">
290277
<h2>🚀 Transition Animation</h2>
291278
<div class="card transition-box" id="transition-box">

0 commit comments

Comments
 (0)