UNPKG

sard-uniapp

Version:

sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

12 lines (11 loc) 263 B
import { defaultConfig } from '../config'; export const defaultSignatureProps = () => ({ lineWidth: 3, fullScreen: false, color: '#000', duration: 150, type: 'png', target: 'dataURL', quality: 0.92, ...defaultConfig.signature, });