Skip to content

Instantly share code, notes, and snippets.

@AdamWagner
Created August 3, 2018 04:14
Show Gist options
  • Save AdamWagner/222ff607df018bf1cb2c2ff8f9c9394e to your computer and use it in GitHub Desktop.
Save AdamWagner/222ff607df018bf1cb2c2ff8f9c9394e to your computer and use it in GitHub Desktop.
Download SVGs from web pages
var e = document.createElement('script');
e.setAttribute('src', 'https://nytimes.github.io/svg-crowbar/svg-crowbar.js');
e.setAttribute('class', 'svg-crowbar');
document.body.appendChild(e);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment