I'm working with fabricjs and am trying to create something like Paint, so I can open an image and edit it.
I would like to be able to select an area on this img, and delete it (-> fill it with white color), how can I have a visible selected area, get its coordinates, and fill it with white?