Optional defaultThe default drawing color.
'[255, 0, 255]'
Optional disableWether or not to disable wrapping the turtle around the canvas. The turtle goes around when overflowing.
false
Optional hiddenWether the turtle should be hidden.
false
Optional lineThe default lineCap value.
'round'
Optional shapeThe shape of the turtle.
BuiltInShapes.Default
Optional startThe angle at which to start drawing.
0
Optional startThe position on which to start drawing.
'{x: 0, y: 0}'
Optional widthThe default drawing width.
2
Generated using TypeDoc
A set of options to apply to a Turtle instance.