Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 470 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 470 Bytes

Video to GIF Converter

Web app to convert any video to a GIF. Powered by ffmpeg and WebAssembly

Demo

screen-recorder-app

How to Set Up Project

git clone https://github.com/barclayd/GIF-Generator.git
cd gif-generator
npm i

How to Start Web App

npm start