Questions tagged [konvajs]

Konva is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications.

Homepage: http://konvajs.github.io/

An object oriented HTML5 Canvas JavaScript framework with a well-documented API, along with tutorials and labs to cover most of the basic needs.

Konva supports node nesting, layering, caching, serialization, deserialization, animations, transitions, filters, custom shapes, configurable drag & drop, and more.

Multiple Canvases are used to create a high performance animation and event detection system. Konva also utilizes a virtual node system which allows developers to create hierarchies which resemble familiar HTML DOM structures and use familiar selectors (eg. '#foo') to manipulate nodes.

Konva allows you to draw shapes onto the stage, add event listeners to them, group them, move them, scale them, and rotate them independently from other shapes to support high performance animations, even if your application uses thousands of shapes.

986 questions
2
votes
1 answer

Vue-konva : Unable to fill rectangles with an image

I draw correctly severals rectangles with the library vue-konva (my project is made with Vue.js 2). However I want to fill these drawn rectangles with images. The vue-konva doc say to use the property fillPatternImage but it doesn't work Here my…
onedkr
  • 3,226
  • 3
  • 21
  • 31
2
votes
1 answer

vue-konva - Add filters to image

I am using vue-konva with vuejs and I can't appy konva filters on my elements. I have implemented my component like this :