No description
- TypeScript 94.6%
- CSS 4.5%
- Dockerfile 0.9%
| .forgejo/workflows | ||
| .zed | ||
| public | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| components.json | ||
| Dockerfile | ||
| LICENSE | ||
| nginx.conf | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| react-router.config.ts | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
Drag ‘n’ Convert
This app is a simple drag and drop file converter. It allows you to drag a file from your file system and convert it to a different format.
Features
-
Convert files to multiple file formats.
- Images: PNG, JPG, WEBP
- Video: MP4, AVI, MKV, MOV, WEBM, FLV, OGV
- Audio: MP3, WAV, OGG, M4A
-
All conversions are done in the browser
- Powered by ffmpeg.wasm and browser APIs
-
No file is uploaded to the server
-
Supports drag and drop
-
Supports multiple files at once
Getting started
- Clone the repository.
- Run
pnpm install. - Run
pnpm dev.
LICENSE
This project is licensed under the MIT License. See the LICENSE file for details.