Skip to main content

Filters

title: How to apply canvas filters with vue and konva? layout: vue_page


To apply filters you need to cache Konva.Node manually. You can do it created() method. Probably you will need to recache nodes every time you update their styles in updated().

Instructions: click on the rectangle to see changes