@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering
11 lines • 293 B
JavaScript
import * as Shape from './shape';
export * from './registry';
export * from './model';
export * from './view';
export * from './graph';
export * from './config';
export * from './plugin';
export * from './common';
export * from './geometry';
export { Shape };
//# sourceMappingURL=index.js.map