Module

x/puppeteer/mod.ts>BoundingBox

A port of puppeteer running on Deno
Latest
interface BoundingBox
implements Point
import { type BoundingBox } from "https://dotland.deno.dev/x/puppeteer@16.2.0/mod.ts";

Properties

width: number

the width of the element in pixels.

height: number

the height of the element in pixels.

import BoundingBox
import { BoundingBox } from "https://dotland.deno.dev/x/puppeteer@16.2.0/mod.ts";