Skip to main content
Module

x/targadactyl/deps.ts>TextShadow

tga.js implemented in Deno
Latest
interface TextShadow
import { type TextShadow } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

Properties

optional
color: InputColor
optional
offset: number[]

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

optional
blurRadius: number