I’m new to Phaser3 and i can speak a little English…sorry
I use plugin circlemaskimage (link: https://rexrainbow.github.io/phaser3-rex-notes/docs/site/circlemaskimage/) ,
it can works on type: Phaser.AUTO,
it can not works when i change the type to Phaser.CANVAS.
I need it works on canvas type, how can i do?
Is there other ways to implement clip a rectangle image to circle?
Thanks a lot.