Skip to content

Instantly share code, notes, and snippets.

@chrislaughlin
Created November 8, 2020 18:16
Show Gist options
  • Save chrislaughlin/621213d9ffea3ec63e8efba7f3372a5b to your computer and use it in GitHub Desktop.
Save chrislaughlin/621213d9ffea3ec63e8efba7f3372a5b to your computer and use it in GitHub Desktop.
Meme gen

html2canvas

Download Image

var image = canvas.toDataURL("image/png").replace("image/png", "image/octet-stream"); 
window.location.href=image; // it will save locally

react-draggable

Sandbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment