stack

Home > @infiniteobjects/render-video-from-image > renderVideoFromImage

renderVideoFromImage() function

Renders a Video from a image.

Signature:

export declare function renderVideoFromImage(imagePath: string): Promise<string>;

Parameters

Parameter Type Description
imagePath string Path to the image

Returns:

Promise<string>