canvas.ts 113 B

1234
  1. import {registerPainter} from '../zrender';
  2. import Painter from './Painter';
  3. registerPainter('canvas', Painter);