Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/canvaseno/mod.ts>TextShadow

Canvas API for deno
Latest
interface TextShadow
import { type TextShadow } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";

Properties

optional
color: InputColor
optional
offset: number[]

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

optional
blurRadius: number