UNPKG

web-handwriting-board

Version:

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

10 lines (9 loc) 265 B
export interface IOption { el?: string | HTMLElement; canvasClass?: string; width?: number; height?: number; lineWidth?: number; lineColor?: string; lineCap?: "butt" | "round" | "square"; // 指定如何绘制每一条线段末端的属性 }