getVideoSizeFromSrc
Public Function
Get the size of a video from its source.
Parameters
Name | Description |
---|---|
|
The source of the video. |
Returns
Promise<{
w: number
h: number
}>
Public Function
Get the size of a video from its source.
Name | Description |
---|---|
|
The source of the video. |
Promise<{
w: number
h: number
}>