# Diagram Library

A diagram library that enables you to build any type of graph, flowchart, tree, org chart, diagram, process chart, database schema and much more. Includes a huge variety of prdefined node and link shapes, automatic layout algorithms, many import and export options.

The MindFusion Diagramming package has been officially moved to [`@mindfusion/diagramming`](https://www.npmjs.com/package/@mindfusion/diagramming).

For compatibility reasons, this `diagram-library` package is being maintained as a forwarder to the `@mindfusion/diagramming` package. This means that if you install `diagram-library`, the `@mindfusion/diagramming` package will automatically be installed as a dependency.

We highly recommend updating your project's dependencies to directly use `@mindfusion/diagramming` to ensure you are always using the latest version and to avoid potential issues in the future.

## Installing

For the latest stable version:

```
npm i diagram-library
```

To install directly:

```bash
npm install @mindfusion/diagramming
```

Or using yarn:

```bash
yarn add @mindfusion/diagramming
```


