I’m working with canvas and I have a question: how to remove clickable area from a transparent image?
For example: I’m using Kinect.JS to make an image and after I make a click event. Ok. But the transparent area from the image it’s clickable! I don’t want this, because I have images on the back…
Someone can help me?
Thanks!
Pass this parameter when creating the image: detectionType: “pixel”
Here is the tutorial explaning.
Tutorial