版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 regels
277 B

  1. export * from './zrender.js';
  2. export * from './export.js';
  3. import { registerPainter } from './zrender.js';
  4. import CanvasPainter from './canvas/Painter.js';
  5. import SVGPainter from './svg/Painter.js';
  6. registerPainter('canvas', CanvasPainter);
  7. registerPainter('svg', SVGPainter);