Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface BoundingBox
implements Point
Re-export
import { type BoundingBox } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

Properties

width: number

the width of the element in pixels.

height: number

the height of the element in pixels.