Skip to content

Instantly share code, notes, and snippets.

@ddnn55
Last active March 30, 2016 21:14
Show Gist options
  • Save ddnn55/69f1b8cef4caa7334088ad496a94e90f to your computer and use it in GitHub Desktop.
Save ddnn55/69f1b8cef4caa7334088ad496a94e90f to your computer and use it in GitHub Desktop.
SVG Crowbar for Backtick

SVG Crowbar for Backtick

Pull SVGs out of webpages, from inside Backtick!

http://nytimes.github.io/svg-crowbar/ originally by The New York Times.

Installation

  1. Install Backtick - http://backtick.io/
  2. Open Backtick settings
    1. Open backtick (press ` on any webpage after installing Backtick)
    2. Click the logo in the Backtick command prompt)
  3. Enter 69f1b8cef4caa7334088ad496a94e90f into the custom command box.


Installation Commentary

Is there a Backtick package manager? 😄

(function () { var e = document.createElement('script'); e.setAttribute('src', 'https://nytimes.github.io/svg-crowbar/svg-crowbar-2.js'); e.setAttribute('class', 'svg-crowbar'); document.body.appendChild(e); })();
{
"name": "SVG Crowbar",
"description": "Pull SVGs out of webpages.",
"icon": "http://i.imgur.com/VBBVbWd.png",
"link": "http://nytimes.github.io/svg-crowbar/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment