interface TextShadowimport { type TextShadow } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts"; Propertiesoptionalcolor: InputColoroptionaloffset: number[]2d array for x and y offset. Defaults to [0, 0] optionalblurRadius: number