fix: re-add webp I HATE YOU MAYA

This commit is contained in:
not-nullptr 2025-05-29 12:03:11 +01:00
parent 5547f641eb
commit 00de1b1855
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ categories.image.formats =
converters
.find((c) => c.name === "libvips")
?.formatStrings((f) => f.toSupported)
.filter((f) => f !== ".webp" && f !== ".gif") || [];
.filter((f) => f !== ".gif") || [];
categories.docs.formats =
converters
.find((c) => c.name === "pandoc")