mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00

Updated build scripts New way for bundling content in dist, tobe tested, currently to be considered beta
16 lines
154 B
JavaScript
16 lines
154 B
JavaScript
/* global window */
|
|
|
|
/*var d3;
|
|
|
|
if (require) {
|
|
try {
|
|
d3 = require("d3");
|
|
} catch (e) {}
|
|
}
|
|
|
|
if (!d3) {
|
|
d3 = window.d3;
|
|
}
|
|
|
|
module.exports = d3;*/
|