+ 4
in chrome you can do that by hovering over the canvas but i guess this: var img = document.createElement('img'); img.src = canvas.toDataURL(); document.body.appendChild(img); then hover over the img tag and copy it.
9th Jun 2018, 7:13 PM
Ask Plays
Ask Plays - avatar