Pārlūkot izejas kodu

update description

C4illin 1 gadu atpakaļ
vecāks
revīzija
64f25f934b
2 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 4 2
      README.md
  2. 1 1
      src/index.tsx

+ 4 - 2
README.md

@@ -1,6 +1,6 @@
 # ConvertX
 
-A self-hosted online file converter. Supports 708 different formats.
+A self-hosted online file converter. Supports 808 different formats.
 ## Features
 
 - Convert files to different formats
@@ -15,7 +15,9 @@ A self-hosted online file converter. Supports 708 different formats.
 | Sharp          | Images (fast) | 7             | 6           |
 | Pandoc         | Documents     | 43            | 65          |
 | GraphicsMagick | Images        | 166           | 133         |
-| FFmpeg         | Video         | 461           | 170         |
+| FFmpeg         | Video         | ~473          | ~280        |
+
+<!-- many ffmpeg fileformats are duplicates -->
 
 ## Deployment
 

+ 1 - 1
src/index.tsx

@@ -831,7 +831,7 @@ const app = new Elysia()
       return Bun.file(filePath);
     },
   )
-  .get("/converters", async ({ params, jwt, redirect, cookie: { auth } }) => {
+  .get("/converters", async ({ jwt, redirect, cookie: { auth } }) => {
     if (!auth?.value) {
       return redirect("/login");
     }