Installation
To get started with JointJS locally, make sure you have the following:
- JointJS
- JointJS+
Install the JointJS open-source package (@joint/core
) using your package manager:
- npm
- pnpm
- yarn
npm add @joint/core
pnpm add @joint/core
yarn add @joint/core
Now, you can import features of JointJS into your application as necessary:
import { dia, shapes } from '@joint/core';