stack

Home > @infiniteobjects/video-print > VideoPrintFromRepository > fromUrl

VideoPrintFromRepository.fromUrl() method

Creates a Print from an URL

Signature:

fromUrl(url: string, fileType?: FileType, printType?: VideoPrintType): Promise<VideoPrintModel>;

Parameters

Parameter Type Description
url string  
fileType FileType (Optional)
printType VideoPrintType (Optional)

Returns:

Promise<VideoPrintModel>

Remarks

This does not save the print in the DB