Vippet is a webapp for recording short shareable video snippets.
It uses MediaRecorder for video creation, and gif.js for GIF rendering.
Vippet is hosted using Netlify, and is live at vippet.netlify.app/
npm install
npm run dev
Navigate to localhost:5000
This project was created using the SvelteJS starter Template.