No description
  • TypeScript 94.6%
  • CSS 4.5%
  • Dockerfile 0.9%
Find a file
Jaro Heinonen 97ab47600a
All checks were successful
CI pipeline / lint-and-build (push) Successful in 15s
CI pipeline / build-and-publish (push) Successful in 37s
fix(ci): buildah set ulimit to 4096
2026-07-01 19:28:28 +03:00
.forgejo/workflows fix(ci): buildah set ulimit to 4096 2026-07-01 19:28:28 +03:00
.zed Migrate to forgejo and setup oxc (#1) 2026-05-30 03:33:46 +03:00
public feat: update favicon 2025-07-30 04:16:31 +03:00
src Migrate to forgejo and setup oxc (#1) 2026-05-30 03:33:46 +03:00
.dockerignore chore: add .dockerignore file 2026-07-01 19:12:19 +03:00
.gitignore feat!: switch to react router v7 (framework mode) 2025-07-28 18:49:05 +03:00
.oxfmtrc.json Migrate to forgejo and setup oxc (#1) 2026-05-30 03:33:46 +03:00
.oxlintrc.json Migrate to forgejo and setup oxc (#1) 2026-05-30 03:33:46 +03:00
components.json feat!: switch to react router v7 (framework mode) 2025-07-28 18:49:05 +03:00
Dockerfile build(Dockerfile): remove --link from COPY 2026-07-01 19:04:51 +03:00
LICENSE feat: add LICENSE file 2025-07-30 15:28:35 +03:00
nginx.conf fix: change port from 80 to 8080 2026-07-01 18:57:09 +03:00
package.json Migrate to forgejo and setup oxc (#1) 2026-05-30 03:33:46 +03:00
pnpm-lock.yaml Migrate to forgejo and setup oxc (#1) 2026-05-30 03:33:46 +03:00
pnpm-workspace.yaml Migrate to forgejo and setup oxc (#1) 2026-05-30 03:33:46 +03:00
react-router.config.ts feat: disable ssr 2025-07-29 02:38:16 +03:00
README.md docs: add license information to README 2025-07-30 15:30:58 +03:00
tsconfig.json Migrate to forgejo and setup oxc (#1) 2026-05-30 03:33:46 +03:00
vite.config.ts feat: setup ffmpeg as a hook 2025-07-29 03:11:43 +03:00

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.

Demo

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

  • No file is uploaded to the server

  • Supports drag and drop

  • Supports multiple files at once

Getting started

  1. Clone the repository.
  2. Run pnpm install.
  3. Run pnpm dev.

LICENSE

This project is licensed under the MIT License. See the LICENSE file for details.