Skip to main content
Module

x/astral/bindings/celestial.ts>Overlay_LineStyle

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

Style information for drawing a line.

definition: { color?: DOM_RGBA; pattern?: "dashed" | "dotted"; }