Skip to main content
Module

x/canvas/types.ts>TextShadow

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

Properties

optional
color: InputColor
optional
offset: number[]

2d array for x and y offset. Defaults to [0, 0]

optional
blurRadius: number