Skip to main content
Module

x/astral/bindings/celestial.ts>DOM_Rect

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

Rectangle.

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