Skip to content

textmode.js / Textmodifier / loadVideo

Method: loadVideo()

ts
loadVideo(src): Promise<TextmodeVideo>;

Load a video source that can be drawn with image.

Parameters

ParameterTypeDescription
srcstringVideo URL.

Returns

Promise<TextmodeVideo>

Example