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

Size

import type { Size } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A width and height.

interface Size {
height?: Dimension;
width?: Dimension;
}

§Properties

§

The height of the object.

§

The width of the object.