dagre-esm
v0.8.5
Published
ES Module and CommonJS version of [dagre](https://github.com/dagrejs/dagre)
Readme
dagre esm + cjs
ES Module and CommonJS version of dagre
Build
yarn run build
# or
npm run buildThe ES version of dagre is generated as /dist/dagre.esm.js.
The CJS version of dagre is generated as /dist/dagre.cjs.js.
typescript tying is auto included when this package is imported
