Drag-n-crop is a web application for cropping images and videos.
It can handle various file formats and sizes, with images up to 100 MB and videos up to 1 GB.
Frontend | Backend |
---|---|
Svelte | Rust |
Typescript | Rocket |
Flowbite | Firebase |
CropperJS | FFMpeg |
File type | Size | Format |
---|---|---|
image | 100MB | jpg, jpeg, png, gif, bmp, webp, svg |
video | 1GB | mp4, mkv, flv, avi, mov, wmv, webm |
(Prerequisite) Run the backend locally.
(Prerequisite) Install yarn.
yarn
in root folderyarn dev
in root folder