UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

11 lines (10 loc) 347 B
export { Circle } from './circle'; export { Edge } from './edge'; export { Ellipse } from './ellipse'; export { HTML } from './html'; export { Image } from './image'; export { Path } from './path'; export { Polygon } from './polygon'; export { Polyline } from './polyline'; export { Rect } from './rect'; export { TextBlock } from './text-block';