UNPKG

@antv/g6

Version:

graph visualization frame work

12 lines (10 loc) 237 B
/** * @fileOverview guide shapes * @author huangtonger@aliyun.com */ var Shape = require('../shape'); Shape.registerGuide('common', { draw: function draw() { console.warn('do not have this guide, please register one'); } });