74 posts

Konva

Posts about Konva.js, the JavaScript library adding an object model and other super powers to the HTML5 canvas lib.

Konva - masked image

Konva - masked image

VanquishedWombat

So you need to make an image mask. That means making a shape and drawing the image into that shape so that the area of the image outside the shape is cut off. But you can't use a path so clipping is off the menu. How to get the mask with composition operations or fill pattern image...

Konva Mask Image Tricks