canvas.ts 113 Bytes Raw Blame History Permalink 1 2 3 4 import {registerPainter} from '../zrender'; import Painter from './Painter'; registerPainter('canvas', Painter);