dagre-esm
v0.8.5
Published
ES Module and CommonJS version of [dagre](https://github.com/dagrejs/dagre)
Downloads
24
Readme
dagre esm + cjs
ES Module and CommonJS version of dagre
Build
yarn run build
# or
npm run build
The 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