Kineticjs clip shape by mask image – Photoshop
I have mask image like this How can I hide drawn elements by this mask like in photoshop (dark areas are invisible, transparent areas are shown). It is possible to do this in raw canvas via setting globalCompositeOperation = 'destination-over',…