UNPKG

@itrigger/dagre-d3

Version:

A D3-based renderer for Dagre

20 lines (15 loc) 296 B
// eslint-disable-next-line no-redeclare /* 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;