Skip to main content

Installation

To get started with JointJS, make sure you have the following:

info

JointJS can also be used without any build process. See the buildless JavaScript guide for more information.

Install the JointJS open-source package (@joint/core) using your package manager:

npm add @joint/core

Now, you can import features of JointJS into your application as necessary:

import { dia, shapes } from '@joint/core';