mirror of https://github.com/VERT-sh/VERT.git
fix: remove broken avif
dynamic libraries were temporarily removed, forgot to remove avif
This commit is contained in:
parent
05c4e9e7de
commit
4c26c84219
|
@ -33,7 +33,6 @@ export class VipsConverter extends Converter {
|
||||||
".tif",
|
".tif",
|
||||||
".tiff",
|
".tiff",
|
||||||
".jfif",
|
".jfif",
|
||||||
".avif",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
public readonly reportsProgress = false;
|
public readonly reportsProgress = false;
|
||||||
|
|
Loading…
Reference in New Issue