You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forked meme-studio today, and added image/gif in the EmptyContainer.tsx.
I can add a GIF file, add text, added unoptimized={true} inside <Image, but the export modal is static and so is the downloaded file.
Commented out the download="meme.png" in ExportModal.tsx so the file opens up in the browser and that is also static.
Any tip? ;D
Edit: Support for like apng and webp would be nice to also export, and not only png. ;D
The text was updated successfully, but these errors were encountered:
PontusTideman
changed the title
next/image has support for GIF now!
Add support for more image format?
Sep 28, 2024
@viclafouch & @arnaudmanaranche
Hi!
Forked meme-studio today, and added image/gif in the EmptyContainer.tsx.
I can add a GIF file, add text, added
unoptimized={true}
inside<Image
, but the export modal is static and so is the downloaded file.Commented out the download="meme.png" in ExportModal.tsx so the file opens up in the browser and that is also static.
Any tip? ;D
Edit: Support for like apng and webp would be nice to also export, and not only png. ;D
The text was updated successfully, but these errors were encountered: