UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

13 lines (10 loc) 252 B
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 }