sequence: raphael:https://cdn.bootcss.com/raphael/2.2.8/raphael.min.js webfont:https://cdn.bootcss.com/webfont/1.6.28/webfontloader.js snap:https://cdn.bootcss.com/snap.svg/0.5.1/snap.svg-min.js underscore:https://cdn.bootcss.com/underscore.js/1.9.1/underscore-min.js sequence:https://cdn.bootcss.com/js-sequence-diagrams/1.0.6/sequence-diagram-min.js # css: # optional, the url for css, such as hand drawn theme options: theme:simple
源码
源码修改后才能正常使用,进入插件目录作如下修改:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// index.js var assign = require('deep-assign'); var renderer = require('./lib/renderer');