Konva JS Event Handling As per Konva doc – Konva is an HTML5 Canvas JavaScript framework that extends the 2d contextby enabling canvas interactivity for desktop and mobile applications. Every thing starts from Konva.Stage that contains several user’s layers (Konva.Layer). Each layer can contain shapes, groups of shapes, or groups of other groups. Event handling is a […]

Read More →

Canvas Interview Questions and Answer What is Context in Canvas? Canvas in a HTML 5 element that is used to draw graphics and different types of shapes by using JavaScript. Context is the reference or object of Canvas element that provides methods and properties for drawing on the canvas. We use getContext() method to get […]

Read More →