Skip to main content
Version: 4.2

What's in the JointJS+ package?

Do you want to explore the JointJS+ package? Read about the files, folders & applications to get started!

Getting the JointJS+ package​

The recommended way to install JointJS+ is via our private npm registry. You can also download JointJS+ as a ZIP archive from the customer portal or sign up for a free 30-day trial.

Files & FoldersDescription
build/JointJS+ installable packages
CHANGELOGA record of all notable changes in JointJS & JointJS+
LICENSELicense detailing permitted use JointJS+
README.mdInformation about the JointJS+ package

Files & Folders in depth​

build​

build/ contains a package/ directory that has several files of interest including the JointJS+ installable package joint-plus.tgz.

  • joint-plus.tgz
  • joint.plus.mjs
  • joint-plus.js (UMD format)
  • joint-plus.css (If using the UMD format, include a separate CSS file)

The build/ directory also has package-vsm/, package-visio/ package-bpmn-import/, and package-bpmn-export/ directories that contain their respective files. The installable package files are as follows:

  • joint-vsm-shapes.tgz
  • joint-visio.tgz
  • joint-bpmn-import.tgz
  • joint-bpmn-export.tgz

src​

src/ has a packages/ directory that contains the source code for each JointJS+ plugin.

note

This applies to Enterprise customers only.

Sample apps​

JointJS+ comes with various demo apps including their source code, available in our public GitHub repository. Exploring the apps' source code is the best way to get to know the framework. You can even use the apps as a boilerplate for your own applications, and customize them to your needs. See the Demo apps guide for instructions on how to browse and download them.