Skip to content

Instantly share code, notes, and snippets.

@SagiriHimoto
Last active November 23, 2023 12:37
Show Gist options
  • Save SagiriHimoto/36f01814032a95c2eeb7125fb412ffad to your computer and use it in GitHub Desktop.
Save SagiriHimoto/36f01814032a95c2eeb7125fb412ffad to your computer and use it in GitHub Desktop.
document.querySelectorAll("canvas").forEach((canvaselement) => {
console.log(canvaselement.toDataURL(canvaselement));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment