diff --git a/src/lib/converters/index.ts b/src/lib/converters/index.ts index b93f1e3..7867ffa 100644 --- a/src/lib/converters/index.ts +++ b/src/lib/converters/index.ts @@ -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")