UNPKG

web-handwriting-board

Version:

一个简单易用的web手写板,适合在有手写签名需求的场景使用

4 lines (2 loc) 69 B
import { IPoint } from "./IPoint"; export type ILine = IPoint[];