Skip to content

jsplumb/jsplumb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
August 11, 2022 13:21
October 12, 2022 07:59
May 12, 2023 22:44
April 3, 2023 15:05
ts
May 12, 2023 22:44
August 27, 2021 10:16
August 23, 2022 12:29
May 12, 2023 22:44
May 12, 2023 22:44

jsPlumb

If you're new to jsPlumb, please do take the time to read the documentation. There are a few integration issues that you should be aware of: z-index needs special attention, for example.

This project is the 'Community Edition' of jsPlumb. The 'Toolkit Edition' is a commercially-licensed wrapper around this.

This project is not the correct place to report issues for the Toolkit edition. The Toolkit is not a public project. Issues reported for the Toolkit edition in this issue tracker will be deleted.

This is version 6.x of the jsPlumb Community Edition.

Packages

In 6.x we have dispensed with the multiple packages from 5.x and we now ship a single package. If you're using a bundler with tree shaking, as the vast majority of people are nowadays, you'll get a smaller bundle size with 6.x than you did with 5.x as it is more compatible with tree shaking.

The single import for 6.x is:

{
  "@jsplumb/browser-ui":"^6.0,0"
}

What if I'm not using a package manager?

If you're not using a package manager at all then you can use the UMD that ships in the jsPlumb package.

<script src="node_modues/@jsplumb/browser-ui/js/jsplumb-browser-ui.umd.js"></script>

Documentation

For the Community edition the documentation for version 6.x is here:

https://docs.jsplumbtoolkit.com/community/

For the previous versions of jsPlumb, docs are here:

https://docs.jsplumbtoolkit.com/community/5.x

and

https://docs.jsplumbtoolkit.com/community/2.x

Issues

jsPlumb uses GitHub's issue tracker for enhancements and bugs

Requirements

No external dependencies.

jsPlumb in action

Links to various Community Edition demonstrations can be found here.

Tests

There is a full suite of unit tests checked in to the test and dist/test directories.

Twitter

Please don't.

License

All 1.x.x, 2.x.x, 4.x.x, 5.x.x and 6.x.x versions of jsPlumb Community edition are dual-licensed under both MIT and GPLv2.