Type
StrokeInput
type StrokeInput =
| ColorSource
| Gradient
| StrokeStyle;
What stroke() accepts: any Pixi colour, a gradient or a StrokeStyle.
type StrokeInput =
| ColorSource
| Gradient
| StrokeStyle;
What stroke() accepts: any Pixi colour, a gradient or a StrokeStyle.