stack

Home > @infiniteobjects/render-video-from-animated-image > renderVideoFromAnimatedImage

renderVideoFromAnimatedImage() function

Renders a Video from a image.

Signature:

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

Parameters

Parameter Type Description
imagePath string Path to the image

Returns:

Promise<string>