clips icon indicating copy to clipboard operation
clips copied to clipboard

Create short shareable screen recordings – all using web APIs

Results 8 clips issues
Sort by recently updated
recently updated
newest added

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.

![Screenshot_2023-06-13-11-37-10-441_com.android.chrome.jpg](https://github.com/FormidableLabs/clips/assets/40666775/b0b4cab6-f688-4018-b3cb-b21a53e2581c)

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,...

enhancement

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.

enhancement

### 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...