Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 342 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 342 Bytes

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