ContentInfo
ts
type ContentInfo = object;Defined in: server/asset.ts:87
Result of probing a content file.
Properties
alpha?
ts
optional alpha: boolean;Defined in: server/asset.ts:95
Whether the media content has alpha channel (transparency).
height
ts
height: number;Defined in: server/asset.ts:93
Height of the media content, in pixels.
type
ts
type: string;Defined in: server/asset.ts:89
MIME type of the media content.
width
ts
width: number;Defined in: server/asset.ts:91
Width of the media content, in pixels.