chore: move libheif below vips

This commit is contained in:
C4illin 2025-02-27 22:17:02 +01:00
parent eb91d8b298
commit ad98499da0
2 changed files with 5 additions and 5 deletions

View file

@ -50,14 +50,14 @@ const properties: Record<
properties: propertiesresvg,
converter: convertresvg,
},
libheif: {
properties: propertiesLibheif,
converter: convertLibheif,
},
vips: {
properties: propertiesImage,
converter: convertImage,
},
libheif: {
properties: propertiesLibheif,
converter: convertLibheif,
},
xelatex: {
properties: propertiesxelatex,
converter: convertxelatex,