mirror of https://github.com/VERT-sh/VERT.git
Update list of supported formats to be accurate
This commit is contained in:
parent
8993e85db8
commit
9969d248e3
|
|
@ -15,11 +15,8 @@ export class VipsConverter extends Converter {
|
||||||
".tiff",
|
".tiff",
|
||||||
".tif",
|
".tif",
|
||||||
".gif",
|
".gif",
|
||||||
".svg",
|
|
||||||
".webp",
|
|
||||||
".jfif",
|
".jfif",
|
||||||
".ico",
|
".avif",
|
||||||
".bmp",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue