fix: remove avif

not supposed to be here (no dynamic modules w/ wasm-vips rn)
This commit is contained in:
JovannMC 2025-06-11 20:38:35 +03:00
parent 59e79521f2
commit 128f1027ac
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -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;