Can you help me please how to get a mask image with a transparent background like this using Canvas?
I tried to use context.globalCompositeOperation = 'xor'
and adding 2 images but that's wasn't help me...
Can you help me please how to get a mask image with a transparent background like this using Canvas?
I tried to use context.globalCompositeOperation = 'xor'
and adding 2 images but that's wasn't help me...