VanquishedWombat
95 posts

VanquishedWombat

Konva - Star rating control

Konva - Star rating control

VanquishedWombat

Someone on Discord asked it it was possible to make a star rating widget thing with Konva - the holes in the stars sounded like an interesting challenge. Here we go… TLDR: See the demo and code. This is a Vanilla JS solution, but @ivor adapted it for React here. The key technique for making holes in some foreground object is to set up clipping functions. In Konva, a clipFunc defines

Konva Tricks