Visual connectivity for webapps
jsPlumb is a popular tool used for building interactive flowcharts and diagrams. It is widely used by developers to create visually appealing and interactive web applications. The Community Edition of jsPlumb has recently been moved to a new home, and all open and closed issues have been transferred to the new repository. Any new issues should be opened in the new repository.
To install the jsPlumb Community Edition, you can use npm:
npm install @jsplumb/community-edition
Alternatively, you can include it in your HTML file directly from a CDN:
<script src="https://cdn.jsdelivr.net/npm/@jsplumb/community-edition"></script>
jsPlumb is a versatile tool for creating interactive flowcharts and diagrams in web applications. With its move to a new home, developers can continue to leverage its features and functionality with the added benefit of enhanced support and a centralized repository for issue tracking.