Skip to content

Instantly share code, notes, and snippets.

@gkucmierz
Created June 17, 2018 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkucmierz/681c085643f075ae4c527f0b5ea2658a to your computer and use it in GitHub Desktop.
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