Super quick proof of concept on how to convert animated gifs to a video format and then present it on a web page.
Install ffmpeg
by some means, e.g. through Homebrew on macOS:
brew install ffmpeg
Install dependencies and start the server:
npm install
npm start
Navigate to localhost.
MIT