UNPKG

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