I currently have a div element that includes an image element along with multiple other div elements containing small text displayed above the image. I am looking to save the image along with its content to a new image file. Any suggestions or ideas are greatly appreciated. Thank you.
<div id="bin" class="">
<img id="myImage" src="myImage.jpg" alt="" width="300" height="550" />
<div class="" >a</div>
<div class="" >b</div>
<div class="" >c</div>
</div>