UNPKG

canvas-to-mark

Version:

一个小范围使用的canvas图片标注小工具

8 lines (7 loc) 256 B
import { Point } from '../Types'; import Shape from './Shape'; export default class Rect extends Shape { type: number; constructor(coor: Point[], index?: number, label?: string, style?: {}, uuid?: string); get ctrlsData(): number[][]; }