textmode.js / Textmodifier / loadVideo
Method: loadVideo()
ts
loadVideo(src): Promise<TextmodeVideo>;Load a video source that can be drawn with image.
Parameters
| Parameter | Type | Description |
|---|---|---|
src | string | Video URL. |
Returns
Promise<TextmodeVideo>