interface BoundingBox
extends Point
Astral is the browser automation library for Deno
Add Package
deno add jsr:@astral/astral
Import symbol
import { type BoundingBox } from "@astral/astral";
---- OR ----
Import directly with a jsr specifier
import { type BoundingBox } from "jsr:@astral/astral";