Skip to main content

Installation

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

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';