stack

Home > @infiniteobjects/data-types > TopShotAssetToken > toVideoPrint

TopShotAssetToken.toVideoPrint() method

Return a videoPrint representation of the AssetToken The preview of an asset can be requested in place of the original if requested

Signature:

toVideoPrint(_preview?: boolean): VideoPrint;

Parameters

Parameter Type Description
_preview boolean (Optional)

Returns:

VideoPrint

Remarks

Using the preview instead is useful for rendering the lower resolution version of an asset (i.e. on collection pages) see VideoPrint for more info