I’m trying to save an HTML div
containing both text and images as an image. I’ve used canvas-based methods like html2canvas, but it takes a lot of time to generate the image, especially for larger or more complex content. Is there a more efficient way to do this or any alternative approach that speeds up the process?