Skip to main content
Module

x/astral/bindings/celestial.ts>DOMSnapshot_TextBoxSnapshot

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

Table of details of the post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

definition: { layoutIndex: number[]; bounds: DOMSnapshot_Rectangle[]; start: number[]; length: number[]; }