UNPKG

canvas-to-mark

Version:

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

7 lines (6 loc) 219 B
import { Point } from '../Types'; import Shape from './Shape'; export default class Dot extends Shape { type: number; constructor(coor: Point, index?: number, label?: string, style?: {}, uuid?: string); }