gatsby-remark-sequence
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -20,5 +20,5 @@ exports.onInitialClientRender = (n, options) => { | ||
importScript("https://bramp.github.io/js-sequence-diagrams/js/webfont.js", function () { | ||
importScript("https://cdn.jsdelivr.net/npm/snapsvg@0.5.1/dist/snap.svg.min.js", function () { | ||
importScript("https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js", function () { | ||
importScript("https://cdn.jsdelivr.net/npm/js-sequence-diagrams@1000000.0.6/fucknpm/sequence-diagram-min.min.js", function () { | ||
importScript("https://bramp.github.io/js-sequence-diagrams/js/snap.svg-min.js", function () { | ||
importScript("https://bramp.github.io/js-sequence-diagrams/js/underscore-min.js", function () { | ||
importScript("https://bramp.github.io/js-sequence-diagrams/js/sequence-diagram-min.js", function () { | ||
var sequenceElements = document.getElementsByClassName("sequence"); | ||
@@ -25,0 +25,0 @@ var sequenceElementsCount = sequenceElements.length; |
{ | ||
"name": "gatsby-remark-sequence", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Make nice graphs in your markdown files in gatsbyjs, using flowchart", | ||
@@ -5,0 +5,0 @@ "author": "Donghua Liu <liudonghua123@gmail.com> (http://liudonghua.com)", |
@@ -0,0 +0,0 @@ # gatsby-remark-graph |
Sorry, the diff of this file is not supported yet
22913