UNPKG

smooth-signature-v

Version:

前端H5带笔锋手写签名,支持PC端和移动端,无框架限制,Vue、React等均可使用

42 lines (41 loc) 992 B
{ "name": "smooth-signature-v", "version": "1.0.11", "description": "前端H5带笔锋手写签名,支持PC端和移动端,无框架限制,Vue、React等均可使用", "main": "lib/index.js", "module": "lib/index.js", "browser": "lib/index.js", "types": "dist/index.d.ts", "files": [ "dist", "lib", "es", "README.md" ], "keywords": [ "带笔锋手写签名", "手写签名", "H5手写签名", "web手写签名", "canvas手写签名", "前端手写签名", "移动端手写签名" ], "scripts": { "start": "cd example && yarn dev", "build": "father build", "watch": "father build --watch" }, "homepage": "https://github.com/linjc/smooth-signature", "repository": { "type": "git", "url": "https://github.com/linjc/smooth-signature.git" }, "bugs": { "url": "https://github.com/linjc/smooth-signature/issues" }, "license": "MIT", "devDependencies": { "father": "^2.30.10" } }