mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 18:58:34 +08:00
4 lines
196 B
JavaScript
4 lines
196 B
JavaScript
window.g6 = require('./src/index.ts'); // import the source for debugging
|
|
// window.g6 = require('./dist/g6.min.js'); // import the package for webworker
|
|
window.insertCss = require('insert-css');
|