This is an experiment in converting video files in the browser. It works by displaying a video frame by frame on a canvas and then appending the canvas' contents to a GIF.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate