Not a duplicate as I need to convert to a html canvas, not from one
I am developing a site that puts some elements on the screen.
I need to be able to capture the content of a <div>
in a png
I have tried some chrome extensions but none worked unfortunately
<style type="text/css">
* {
margin: 0px 0px;
padding: 0px 0px;
}
#box {
background: #FFFF00;
width: 100px;
height: 50px;
}
</style>
<div id="box">
This is my box :)
</box>