UNPKG

dagre-d3

Version:

A D3-based renderer for Dagre

19 lines (14 loc) 255 B
/* global window */ var graphlib; if (typeof require === "function") { try { graphlib = require("graphlib"); } catch (e) { // continue regardless of error } } if (!graphlib) { graphlib = window.graphlib; } module.exports = graphlib;