dagre icon indicating copy to clipboard operation
dagre copied to clipboard

is it possible to provide esm build in dist

Open codeStryke opened this issue 4 years ago • 1 comments

I've been able to build an esm/es6 version of dagre here. I'm happy to contribute that back in a PR if it is of interest. I haven't published any packages to npm since it would be better if that logic lived in this repo.

codeStryke avatar Feb 25 '21 13:02 codeStryke

There's also a dagre-d3 ESM fork at https://github.com/tbo47/dagre-es.

It has it's own version of dagre under import {xxx} from "dagre-d3-es/src/dagre/index.js"; that you can use too.

aloisklink avatar Jul 26 '23 22:07 aloisklink