Skip to content

Documentation / @ripl/terminal / TerminalPathCommandType

Type Alias: TerminalPathCommandType

TerminalPathCommandType = "moveTo" | "lineTo" | "arc" | "ellipse" | "bezierCurveTo" | "quadraticCurveTo" | "rect" | "closePath"

Defined in: terminal/src/path.ts:11

Types of drawing commands recorded by a terminal path.