Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/canvas/src/types.ts>CanvasTextAlign

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
type alias CanvasTextAlign
import { type CanvasTextAlign } from "https://deno.land/x/canvas@v1.4.1/src/types.ts";
definition:
| "start"
| "end"
| "left"
| "right"
| "center"