Skip to main content
Module

x/astral/bindings/celestial.ts>LayerTree_PictureTile

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

Serialized fragment of layer picture along with its offset within the layer.

definition: { x: number; y: number; picture: string; }