Home > @infiniteobjects/video-print > VideoPrintFromRepository > fromUrl
Creates a Print from an URL
Signature:
fromUrl(url: string, fileType?: FileType, printType?: VideoPrintType): Promise<VideoPrintModel>;
| Parameter | Type | Description |
|---|---|---|
| url | string | |
| fileType | FileType | (Optional) |
| printType | VideoPrintType | (Optional) |
Returns:
Promise<VideoPrintModel>
This does not save the print in the DB