jointjs
Version:
JavaScript diagramming library
10 lines (6 loc) • 1.18 kB
HTML
<p>This is the API reference to the open source JointJS core library. If you're looking for the Rappid diagramming toolkit documentation, you can find that <a href="/docs/rappid">here</a>.</p>
<p>JointJS library exports three global variables: <b><code>joint</code></b>, <b><code>V</code></b> and <b><code>g</code></b>.</p>
<p>The <code>joint</code> namespace contains all the objects that you will use to build your diagrams.
Additionally, <code>joint.version</code> property tells you which version of JointJS you're using.</p>
<p>The <a href="vectorizer.html">V</a> global is lightweight SVG library that we call <q>Vectorizer</q>. This tiny library makes manipulation with SVG documents much easier. JointJS uses this library internally. Normally, you don't have to get in touch with this library at all but for advanced uses, it can be handy.</p>
<p>The <a href="geometry.html">g</a> global is another lighweight library used internally by JointJS that provides many useful geometry operations. Again, you might not get in touch with this library but when you do have the need to perform geometric operations in your applications, you'll certainly find it helpful.</p>