samikhailov

Results 2 comments of samikhailov

Does anyone know what's with Vue 3 support?

If I add the `use_bgclip=True flag`, then the background of the image becomes transparent. ``` union_cl = CompositeVideoClip([bg, image_cl], use_bgclip=True).with_duration(3) ```