Skip to content

Instantly share code, notes, and snippets.

@gkucmierz
Created June 17, 2018 14:51
Show Gist options
  • Select an option

  • Save gkucmierz/681c085643f075ae4c527f0b5ea2658a to your computer and use it in GitHub Desktop.

Select an option

Save gkucmierz/681c085643f075ae4c527f0b5ea2658a to your computer and use it in GitHub Desktop.
var canvas = document.getElementsByTagName("canvas")[0];
var img = canvas.toDataURL("image/png");
document.write('<img src="'+img+'"/>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment