# JointJS Directed Graph Layout

A module for automatic layout of directed graphs for *[JointJS](https://www.jointjs.com/)*.

This library fully depends on [JointJS](https://github.com/clientio/joint) (*>=4.0*), so please read its `README.md` before using this library.

### Tests

Generate distribution files from the source code:
```bash
yarn run dist
```

To run all tests:
```bash
yarn run test
```

## License

[Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/)

Copyright © 2013-2025 client IO
