I have to make a website that will render multiple images at once like a shirt which will have multiple parts like a collar, sleeves, etc. I have to combine all these images at once and show the image of the whole shirt. How could I do this as fast as possible to give the user a better experience?
I recommend you to use a npm module called sharp. By using that, you can resize your image to smaller, which will make your image loaded faster. Besides, you can serve dynamic image based on client device resolution, and that could obviously decrease the time image loaded.
sharp website: https://github.com/lovell/sharp