stack

Home > @infiniteobjects/video-print > parseFileToVideo

parseFileToVideo() function

Renders a video print from a file

Signature:

export declare function parseFileToVideo(filePath: string, fileType?: FileType): Promise<string>;

Parameters

Parameter Type Description
filePath string Path to the file
fileType FileType (Optional) Type of file

Returns:

Promise<string>