Skip to main content
Module

x/canvas/types.ts>CanvasLineCap

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
type alias CanvasLineCap
import { type CanvasLineCap } from "https://deno.land/x/canvas@v1.0.0/types.ts";
definition: "butt" | "round" | "square"