wulkano / Kap

An open-source screen recorder built with web technology
https://getkap.co
MIT License
18.07k stars 825 forks source link

wish output .gif image with a transparent background by default so that the image can still fit in dark mode #1097

Open ghost opened 2 years ago

ghost commented 2 years ago

macOS version: Monterey Kap version: 3.5.4

Steps to reproduce

finished window recording and export to .gif

Current behaviour

view .gif in dark mode of the web page, noticed background color outside the four round corners of the window is white SCR-20220225-ldh

Expected behaviour

output .gif image with a transparent background by default so that the image can still fit in dark mode

Workaround

not found yet

timothyis commented 2 years ago

A workaround for this could be to apply border-radius, with CSS, to your gif on your webpage.