Skip to content

SignaturePad 笔锋签字板

SignaturePad, 一个基于 Canvas 的手写签名组件,支持鼠标和触摸屏手写签名,具有笔锋效果(根据书写速度变化线条粗细)。

基础用法

loading

横线背景

loading

无背景

loading

API

Props

参数说明类型默认值
background背景配置BackgroundConfig{ type: 'line', color: '#e5e5e5', lineHeight: 40, gridSize: 40, opacity: 0.2 }

BackgroundConfig

参数说明类型默认值
type背景类型'line' | 'grid' | 'image''line'
color背景颜色string'#e5e5e5'
lineHeight横线间距(line类型时)number40
gridSize网格大小(grid类型时)number40
imageSrc图片地址(image类型时)string''
opacity背景透明度number0.2

Events

事件名说明回调参数
save保存时触发(dataUrl: string)

Methods

方法名说明参数
clear清除画布-
save保存签名-

Released under the MIT License.