Skip to content

Instantly share code, notes, and snippets.

@dbritto-dev
Created November 15, 2022 16:12
Show Gist options
  • Save dbritto-dev/d4a952a0de0c793d01f3486618765dca to your computer and use it in GitHub Desktop.
Save dbritto-dev/d4a952a0de0c793d01f3486618765dca to your computer and use it in GitHub Desktop.
Download Canvas as image in devtools
$0.toBlob(b => window.open(window.URL.createObjectURL(b), '_blank'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment