I have a photo of a living room with a TV. I would like to cover up the TV with a basic 2D shape (such as a white square) that will be displayed on the image using HTML/CSS.
If the TV is located at coordinates ([200,300],[150,400]), the square shape should also be positioned at those coordinates to obscure the TV.
Is there a tool or website available that can automate this process for me? I'd like to simply upload an image and define the shape somehow, and have it generate the necessary HTML/CSS code for me.
Thank you.