Home > @infiniteobjects/render-video-from-animated-image > renderVideoFromAnimatedImage
Renders a Video from a image.
Signature:
export declare function renderVideoFromAnimatedImage(imagePath: string): Promise<string>;
| Parameter | Type | Description |
|---|---|---|
| imagePath | string | Path to the image |
Returns:
Promise<string>