No description
- TypeScript 93.6%
- CSS 4.4%
- JavaScript 1.2%
- Dockerfile 0.8%
|
|
||
|---|---|---|
| public | ||
| src | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .prettierignore | ||
| .prettierrc | ||
| components.json | ||
| Dockerfile | ||
| eslint.config.js | ||
| LICENSE | ||
| nginx.conf | ||
| package.json | ||
| pnpm-lock.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.