UNPKG
@antv/x6-next
Version:
beta (2.0.6-beta.6)
latest (2.0.1-beta.2)
2.0.6-beta.6
2.0.6-beta.3
2.0.6-beta.2
2.0.6-beta.0
2.0.4-beta.0
2.0.3-beta.0
2.0.2-beta.0
2.0.1-beta.5
2.0.1-beta.4
2.0.1-beta.2
JavaScript diagramming library that uses SVG and HTML for rendering.
github.com/antvis/x6
antvis/x6
@antv/x6-next
/
es
/
src
/
index.js
6 lines
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
import
*
as
Shape
from
'./shape'
;
export
*
from
'./graph'
;
export
*
from
'./version'
;
export
{
Shape
};
export
*
from
'@antv/x6-core'
;
//# sourceMappingURL=index.js.map