Skip to content

Instantly share code, notes, and snippets.

@falseresync
Created September 28, 2023 16:59
Show Gist options
  • Save falseresync/b9557dd0f60d0b808dd74a5329e4dd68 to your computer and use it in GitHub Desktop.
Save falseresync/b9557dd0f60d0b808dd74a5329e4dd68 to your computer and use it in GitHub Desktop.
document.querySelectorAll(".image-vertical").forEach(canvas => canvas.toBlob(blob => console.log(URL.createObjectURL(blob))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment