UNPKG

sigma

Version:

A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.

8 lines (6 loc) 192 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./sigma-rendering.cjs.prod.js"); } else { module.exports = require("./sigma-rendering.cjs.dev.js"); }