canvas.ts 113 Bytes
import {registerPainter} from '../zrender';
import Painter from './Painter';

registerPainter('canvas', Painter);