Type
DrawLinesOpt
: Omit<RenderProps, "angle" | "scale"> & {pts
: Vec2[]The points that should be connected with a line.
width
?: numberThe width, or thickness of the lines,
radius
?: number | number[]The radius of each corner.
join
?: LineJoinLine join style (default "none").
cap
?: LineCapLine cap style (default "none").
bias
?: numberLine bias, the position of the line relative to its center (default 0).
miterLimit
?: numberMaximum miter length, anything longer becomes bevel.
How the lines should look like.