UNPKG

@antv/g6

Version:

graph visualization frame work

10 lines (8 loc) 151 B
/** * @fileOverview item entry file * @author huangtonger@aliyun.com */ module.exports = { Node: require('./node'), Edge: require('./edge') };