UNPKG

basicprimitives

Version:

Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.

7 lines (5 loc) 115 B
export default function Layer(name) { this.name = name; this.canvas = null; this.svgcanvas = null; };