diff --git a/bun.lockb b/bun.lockb index c55330e..a163475 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eslint.config.js b/eslint.config.js index 817bb3c..c19d233 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -49,6 +49,7 @@ export default tseslint.config( ], }, ], + "import/no-named-as-default": "off", }, }, ); diff --git a/images/preview.png b/images/preview.png index e2754f8..1727838 100644 Binary files a/images/preview.png and b/images/preview.png differ diff --git a/src/converters/graphicsmagick.ts b/src/converters/graphicsmagick.ts index 069d003..83b76b7 100644 --- a/src/converters/graphicsmagick.ts +++ b/src/converters/graphicsmagick.ts @@ -143,6 +143,7 @@ export const properties = { "svgz", "text", "tga", + "tif", "tiff", "tile", "tim", @@ -227,7 +228,6 @@ export const properties = { "jbig", "jng", "jpeg", - "jpg", "k", "m", "m2v", diff --git a/src/index.tsx b/src/index.tsx index c582e13..d06f342 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -565,7 +565,7 @@ const app = new Elysia({ {Object.entries(getAllTargets()).map( ([converter, targets]) => (
@@ -633,7 +633,7 @@ const app = new Elysia({ {Object.entries(getPossibleTargets(body.fileType)).map( ([converter, targets]) => (