I am developing an e-commerce website in Laravel. The main prospect of the website is to sell customized phone cases just like https://www.yourprint.in/product/custom-back-case-for-xiaomi-mi-a2-lite/. The user can customize the phone case with his own selected image. And I need to show a preview of it. But I am not able to understand how to avoid the camera & fingerprint sensor is present on the back of the phone. I know it might not be answerable here as its quite vast but a demo or any example or any plugin(if available) would be great.
I am thinking of keeping two images one for the phone case and one with the things that need to be on top always i.e. camera and fingerprint sensor(if available) and when the user uploads the image I will put it in between them.
That's what I am thinking of doing. If anyone has a better idea or if any modification to my idea is required then do let me know.