Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api"

Index

Type aliases

GradientStop

GradientStop: [string | number, string]

PathSegment

PathSegmentArc

PathSegmentArc: ["A" | "a", number, number, number, boolean, boolean, Vec2Like]

PathSegmentClose

PathSegmentClose: ["Z" | "z"]

PathSegmentCubic

PathSegmentCubic: ["C" | "c", Vec2Like, Vec2Like, Vec2Like]

PathSegmentCubicChain

PathSegmentCubicChain: ["S" | "s", Vec2Like, Vec2Like]

PathSegmentHLine

PathSegmentHLine: ["H" | "h", number]

PathSegmentLine

PathSegmentLine: ["L" | "l", Vec2Like]

PathSegmentMove

PathSegmentMove: ["M" | "m", Vec2Like]

PathSegmentQuadratic

PathSegmentQuadratic: ["Q" | "q", Vec2Like, Vec2Like]

PathSegmentQuadraticChain

PathSegmentQuadraticChain: ["T" | "t", Vec2Like]

PathSegmentVLine

PathSegmentVLine: ["V" | "v", number]

Vec2Like

Vec2Like: ArrayLike<number>

Generated using TypeDoc