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