clips
clips copied to clipboard
Create short shareable screen recordings – all using web APIs
As requestAnimationFrame stops rendering when it is in the background So, in that time recorded video freezes.
`.webm` ain't great. Look into mirroring [this](https://github.com/Vanilagy/mp4-muxer/blob/main/demo/script.js) to have an mp4 output, which appears to produce much more stable results than MediaRecorder with .webm.

Add support for some sort of video "text", some text that can be added to the video display. Would be nice to be able to customize size, font, weight, position,...
Add support for selecting a shape for the screenshare display, starting with circle and rectangle. For rectangle, we should also support customizing the corner radius.
tidy
### Description - removes duplicate tailwindcss classes, - removes `isActive` attribute from `` instances (as it's not an attribute defined in the component itself), - updates prettier config to make...