UNPKG

@antv/g6

Version:

graph visualization frame work

13 lines (10 loc) 214 B
/** * @fileOverview shape entry file * @author huangtonger@aliyun.com */ const Shape = require('./shape'); require('./node'); require('./edge'); require('./nodes'); require('./edges'); module.exports = Shape;