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
ec8a85ae30
commit
8aa9d69d01
|
@ -33,7 +33,6 @@ export class VipsConverter extends Converter {
|
|||
".tif",
|
||||
".tiff",
|
||||
".jfif",
|
||||
".avif",
|
||||
];
|
||||
|
||||
public readonly reportsProgress = false;
|
||||
|
|
Loading…
Reference in New Issue