Skip to main content
Module

x/canvas/mod.ts>OpacityProperty

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
interface OpacityProperty
import { type OpacityProperty } from "https://deno.land/x/canvas@v1.4.1/mod.ts";

Named opacity property.

Properties

key: string

Property identifier, usually the node name.

value: number

Property value (0..100).