psiagram
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.0 • Public • Published

Psiagram

A simple, feature-rich, and extensible diagram framework for JavaScript.

For documentation, see the Documentation Site.

For the code base, and to see other packages, see GitHub.

To Use

import {
  // Paper
  Paper,
 
  // Nodes
  BaseNode,
  TextNode,
  Rectangle,
 
  // Edges
  BaseEdge,
  Line,
  TextLine,
 
  // Other
  PaperError,
  PaperEvent,
} from 'psiagram';

Package Sidebar

Install

npm i psiagram

Weekly Downloads

10

Version

1.0.0-beta.0

License

MIT

Unpacked Size

162 kB

Total Files

87

Last publish

Collaborators

  • liamross