How to add a Tap to fill color to my website

i’m trying to replicate the simulator on this website : https://zellige-tiles.com/order-all-shapes.php

Basically you choose a shape and then pick whatever colors to color the tiles with by clicking on them and the simulator returns an image of what it would look like.

From what i gathered, they’re using ajax to send the shape, color and coordinates to a php page that then returns the new image. I’m having trouble with the coloring part of it, i’ve looked around and found some image editing libraries in php like imagick & imagickdraw but can’t find the solution.
Any help will be much appreciated, Thanks.