UNPKG
web-handwriting-board
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
一个简单易用的web手写板,适合在有手写签名需求的场景使用
github.com/su-zi-long/handwriting-board
su-zi-long/handwriting-board
web-handwriting-board
/
src
/
interface
/
IOption.ts
10 lines
(9 loc)
•
265 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export interface IOption { el?: string | HTMLElement; canvasClass?: string;
width
?: number;
height
?: number; lineWidth?: number; lineColor?: string; lineCap?:
"butt"
|
"round"
|
"square"
; // 指定如何绘制每一条线段末端的属性 }