The swiss army knife of lossless video/audio editing
-
Updated
Jun 17, 2022 - JavaScript
Add a description, image, and links to the video-editor topic page so that developers can more easily learn about it.
To associate your repository with the video-editor topic, visit your repo's landing page and select "manage topics."
In line 4 of image.ts, the type
ImageOptions
is set to be the same asVisualOptions
, when it really should be the same asVisualSourceOptions
.VisualSourceOptions
includes necessary fields for visual layers with an HTML element as its source. We just need to use this type instead ofVisualOptions
.