mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
4 lines
194 B
JavaScript
4 lines
194 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');
|