Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 326 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 326 Bytes

To GIF

A simple web app that generates GIF from video file using FFmpeg WASM.

Features

  • Convert video files to .gif files
  • Configurate frame rate and resolution to adjust file size

Deployment

To deploy this project run

  npm i
  npm run dev

Then the local server will start on localhost:3000.