mirror of https://github.com/VERT-sh/VERT.git
fix: re-add webp I HATE YOU MAYA
This commit is contained in:
parent
5547f641eb
commit
00de1b1855
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue