Skip to content

Instantly share code, notes, and snippets.

@joegaffey
Created March 28, 2021 11:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joegaffey/435eeb6a122ef2718148b7b901510c17 to your computer and use it in GitHub Desktop.
Save joegaffey/435eeb6a122ef2718148b7b901510c17 to your computer and use it in GitHub Desktop.
let html = "<img src='"+temp1.toDataURL()+"' alt='from canvas'/>";
let tab = window.open();
tab.document.write(html);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment