Skip to main content
Module

x/astral/bindings/celestial.ts>SystemInfo_Size

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias SystemInfo_Size
import { type SystemInfo_Size } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Describes the width and height dimensions of an entity.

definition: { width: number; height: number; }