Angular Konva Custom Shape Tutorial
To create a custom shape with ng2-konva, use the ko-shape component and provide a sceneFunc drawing function.
Inside sceneFunc, you can use the native canvas context together with Konva helpers such as context.fillStrokeShape(shape) to apply fill, stroke, and shadow styles correctly.
Instructions: The demo draws a custom triangle-like shape with canvas path commands.
For more details, see the Shape API Reference.