Skip to content

Instantly share code, notes, and snippets.

@tmocellin
Created May 16, 2017 12:54
Show Gist options
  • Save tmocellin/aec0a89d8ee66fdc89c8ebdb9585f949 to your computer and use it in GitHub Desktop.
Save tmocellin/aec0a89d8ee66fdc89c8ebdb9585f949 to your computer and use it in GitHub Desktop.
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