A simple cross-platform desktop app to create GIFs from image sequences.
Built with Tauri, Svelte, Tailwind CSS, and FFmpeg.wasm
- Drag & drop images
- Gif preview
- Reorder frames manually
- Custom frame delay.
- Works offline
- Frontend: Svelte + Tailwind CSS
- Desktop runtime: Tauri
- Video processing: FFmpeg.wasm
-
Clone the repo
git clone https://github.com/cavazzatommaso/looply cd looply
-
Install dependencies
npm install
-
Run in development
npm run tauri dev
-
Build for production
npm run tauri build