Home > @infiniteobjects/video-print > parseFileToVideo
Renders a video print from a file
Signature:
export declare function parseFileToVideo(filePath: string, fileType?: FileType): Promise<string>;
| Parameter | Type | Description |
|---|---|---|
| filePath | string | Path to the file |
| fileType | FileType | (Optional) Type of file |
Returns:
Promise<string>