UNPKG

pikaso

Version:

Seamless, Fully-typed and Fully-tested HTML5 Canvas Library

9 lines (8 loc) 257 B
import Konva from 'konva'; import { ShapeModel } from '../../ShapeModel'; export declare class SvgModel extends ShapeModel<Konva.Path, Konva.PathConfig> { get type(): string; width(): number; height(): number; rotate(theta: number): void; }