Skip to content

Instantly share code, notes, and snippets.

@stevermeister
Created March 4, 2015 21:20
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 stevermeister/75b5b7c79bb585739611 to your computer and use it in GitHub Desktop.
Save stevermeister/75b5b7c79bb585739611 to your computer and use it in GitHub Desktop.
function goImage(){
html2canvas(document.getElementById('Stage_screen'), {
onrendered: function(canvas) {
window.location = canvas.toDataURL('image/jpeg');
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment