mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 02:12:12 +00:00
Feat: add semi-transparent output toggle
This commit is contained in:
@@ -77,6 +77,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<label class="flex items-start gap-3 border border-neutral-200 rounded-xl px-3 py-3">
|
||||||
|
<input id="chk-semi-transparent" type="checkbox" class="mt-1 h-4 w-4 accent-neutral-800">
|
||||||
|
<span class="text-sm text-neutral-600 leading-snug">
|
||||||
|
semi-transparent (remove bg per frame + export animated webp)
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
<button id="btn-generate" class="bg-neutral-800 text-white rounded-lg px-6 py-3 hover:bg-neutral-700 transition flex items-center justify-center gap-2 text-lg">
|
<button id="btn-generate" class="bg-neutral-800 text-white rounded-lg px-6 py-3 hover:bg-neutral-700 transition flex items-center justify-center gap-2 text-lg">
|
||||||
<i data-lucide="sparkles" class="w-5 h-5"></i>
|
<i data-lucide="sparkles" class="w-5 h-5"></i>
|
||||||
generate gif
|
generate gif
|
||||||
|
|||||||
Reference in New Issue
Block a user