Skip to content

nabigraphics/video-gif-web-converter

Repository files navigation

video-gif-web-converter

Video or GIF convert with using ffmpeg.wasm

Project Stack

  • typescript
  • react
  • react-feather
  • react-dropzone
  • webpack with esbuild(esbuild-loader)
  • ffmpeg.wasm
  • emotion.js (CSS-in-JS)

Demo

https://video-gif-web-converter.vercel.app/

Browser Support

  • Chrome ✅

Getting Started

Installation

  1. Clone this Repository
git clone https://github.com/nabigraphics/video-gif-web-converter.git
  1. Install NPM Packages
npm install
  1. Start
npm start