加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 998 Bytes
一键复制 编辑 原始数据 按行查看 历史
linjc 提交于 2024-04-02 15:10 . update version
{
"name": "smooth-signature",
"version": "1.0.15",
"description": "前端H5带笔锋手写签名,支持PC端和移动端,无框架限制,Vue、React等均可使用",
"main": "lib/index.js",
"module": "es/index.js",
"browser": "dist/index.umd.min.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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化