Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImageAsset

import type { ImageAsset } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Meta data of an image asset.

interface ImageAsset {
fileSize?: bigint;
fullSize?: Dimensions;
mimeType?: string;
}

§Properties

§
fileSize?: bigint
[src]

File size of the image asset in bytes.

§
fullSize?: Dimensions
[src]

Metadata for this image at its original size.

§
mimeType?: string
[src]

MIME type of the image asset.