type alias CanvasTextAlignimport { type CanvasTextAlign } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts"; definition: | "center" | "end" | "left" | "right" | "start"