mirror of https://github.com/VERT-sh/VERT.git
fix: remove avif
not supposed to be here (no dynamic modules w/ wasm-vips rn)
This commit is contained in:
parent
59e79521f2
commit
128f1027ac
|
@ -43,7 +43,6 @@ export class VipsConverter extends Converter {
|
|||
new FormatInfo("tif", true, true),
|
||||
new FormatInfo("tiff", true, true),
|
||||
new FormatInfo("jfif", true, true),
|
||||
new FormatInfo("avif", true, true),
|
||||
];
|
||||
|
||||
public readonly reportsProgress = false;
|
||||
|
|
Loading…
Reference in New Issue