chore: move libheif below vips
This commit is contained in:
parent
eb91d8b298
commit
ad98499da0
2 changed files with 5 additions and 5 deletions
|
|
@ -26,8 +26,8 @@ A self-hosted online file converter. Supports over a thousand different formats.
|
||||||
|------------------------------------------------------------------------------|---------------|---------------|-------------|
|
|------------------------------------------------------------------------------|---------------|---------------|-------------|
|
||||||
| [libjxl](https://github.com/libjxl/libjxl) | JPEG XL | 11 | 11 |
|
| [libjxl](https://github.com/libjxl/libjxl) | JPEG XL | 11 | 11 |
|
||||||
| [resvg](https://github.com/RazrFalcon/resvg) | SVG | 1 | 1 |
|
| [resvg](https://github.com/RazrFalcon/resvg) | SVG | 1 | 1 |
|
||||||
| [libheif](https://github.com/strukturag/libheif) | HEIF | 7 | 6 |
|
|
||||||
| [Vips](https://github.com/libvips/libvips) | Images | 45 | 23 |
|
| [Vips](https://github.com/libvips/libvips) | Images | 45 | 23 |
|
||||||
|
| [libheif](https://github.com/strukturag/libheif) | HEIF | 2 | 4 |
|
||||||
| [XeLaTeX](https://tug.org/xetex/) | LaTeX | 1 | 1 |
|
| [XeLaTeX](https://tug.org/xetex/) | LaTeX | 1 | 1 |
|
||||||
| [Calibre](https://calibre-ebook.com/) | E-books | 26 | 19 |
|
| [Calibre](https://calibre-ebook.com/) | E-books | 26 | 19 |
|
||||||
| [Pandoc](https://pandoc.org/) | Documents | 43 | 65 |
|
| [Pandoc](https://pandoc.org/) | Documents | 43 | 65 |
|
||||||
|
|
|
||||||
|
|
@ -50,14 +50,14 @@ const properties: Record<
|
||||||
properties: propertiesresvg,
|
properties: propertiesresvg,
|
||||||
converter: convertresvg,
|
converter: convertresvg,
|
||||||
},
|
},
|
||||||
libheif: {
|
|
||||||
properties: propertiesLibheif,
|
|
||||||
converter: convertLibheif,
|
|
||||||
},
|
|
||||||
vips: {
|
vips: {
|
||||||
properties: propertiesImage,
|
properties: propertiesImage,
|
||||||
converter: convertImage,
|
converter: convertImage,
|
||||||
},
|
},
|
||||||
|
libheif: {
|
||||||
|
properties: propertiesLibheif,
|
||||||
|
converter: convertLibheif,
|
||||||
|
},
|
||||||
xelatex: {
|
xelatex: {
|
||||||
properties: propertiesxelatex,
|
properties: propertiesxelatex,
|
||||||
converter: convertxelatex,
|
converter: convertxelatex,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue