@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
12 lines • 323 B
JavaScript
export * from './rect';
export * from './circle';
export * from './ellipse';
export * from './polygon';
export * from './polyline';
export * from './image';
export * from './path';
export * from './rhombus';
export * from './cylinder';
export * from './text';
export * from './text-block';
//# sourceMappingURL=index.js.map