Angular Konva Filters Tutorial
To apply filters in Konva, set the filters property and cache the node after it is mounted.
This demo uses a blur filter on a circle and calls cache() once the underlying Konva node is available.
Instructions: The demo renders a blurred red circle. Remove cache() in the editor to see why caching is required for filters.
For more details, see the Filters API Reference and cache() documentation.