UNPKG

cytoscape

Version:

Graph theory (a.k.a. network) library for analysis and visualisation

5 lines (3 loc) 215 B
// an entrypoint to use the raw source in cjs projects // e.g. require('cytoscape/src/cjs') or setting an alias in your build tool of 'cytoscape':'cytoscape/src/cjs' module.exports = require('./index.js').default;