Skip to content

Instantly share code, notes, and snippets.

@yetone
Last active January 19, 2018 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yetone/65fffce2cf097e56a2771c08e2b4b337 to your computer and use it in GitHub Desktop.
Save yetone/65fffce2cf097e56a2771c08e2b4b337 to your computer and use it in GitHub Desktop.
Carbon to SVG
把此链接拖到书签栏 👉 <a href="javascript:!function(win) {
if (!win.yetone || !win.yetone.downloadSVG) {
var s = document.createElement('script');
s.src = 'https://rawcdn.githack.com/yetone/figure_bed/master/carbon.js?v=1';
s.onload = function() {
win.yetone.downloadSVG();
};
document.head.appendChild(s);
} else {
win.yetone.downloadSVG();
}
}((new Function('return this;'))())">Carbon to SVG</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment