Skip to content

Instantly share code, notes, and snippets.

@neodigm
Created January 15, 2021 19:01
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 neodigm/3607257120a3fe0539fc5b0b38403ee6 to your computer and use it in GitHub Desktop.
Save neodigm/3607257120a3fe0539fc5b0b38403ee6 to your computer and use it in GitHub Desktop.
let image = document.querySelectorAll("canvas")[0].toDataURL("image/png").replace("image/png", "image/octet-stream");
window.location.href=image;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment