Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 473 Bytes

GIF it 📦

Live at : https://relaxed-meerkat-7d7475.netlify.app/

A simple web application built using React, and ffmpeg.wasm (✨awesome video/audio editing utility) to create gifs out of any video clips.

To run this application:

  1. Clone this repo
  2. Run following commands
cd gifIt

npm install

npm run dev

Open up localhost:3000 in your favorite browser.

NOTE: Your favourite browser should support SharedArrayBuffer for this application to work