UNPKG

mermaid

Version:

Markdownish syntax for generating flowcharts

16 lines (11 loc) 150 B
/* global window */ var d3; if (require) { try { d3 = require("d3"); } catch (e) {} } if (!d3) { d3 = window.d3; } module.exports = d3;