@maxgraph/core
Version:
maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.
26 lines (17 loc) • 1.17 kB
Markdown
# @maxgraph/core
<!-- extract of ../../README.md -->
`maxGraph` is a TypeScript library which can display and allow interaction with vector diagrams. At a high level, it provides:
- **Nodes**, also known as **vertices** which are typically represented by shapes like rectangles.
- **Edges** which can be lines and arrows which normally point between one node and another.
It provides many of the diagramming features which would be expected by a piece of presentation software like Microsoft® PowerPoint™
or LibreOffice® Impress such as being able to resize, move or rotate nodes, but has a stronger focus on automatic layout
algorithms and applications of [Graph Theory](https://en.wikipedia.org/wiki/Graph_theory). It is suited towards software
which requires finer-grained customization of functionality than off-the-shelf packages.
<!-- END OF 'extract of ../../README.md' -->
For more details, see the [maxGraph GitHub repository](https://github.com/maxGraph/maxGraph#readme).
## Install
```
npm install @maxgraph/core
```
## Getting started
All the information is available in the [README of the GitHub repository](https://github.com/maxGraph/maxGraph).