react-signaturepadcanvas
Version:
A simple npm package to capture user signature as an image using canvas
37 lines • 894 B
JSON
{
"name": "react-signaturepadcanvas",
"version": "1.0.4",
"description": "A simple npm package to capture user signature as an image using canvas",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/VrajVyas11/NPM_Package_SignaturePad.git"
},
"keywords": [
"react",
"signature",
"signature-pad",
"signature-canvas",
"react-signature",
"react-signature-pad",
"react-component",
"drawing",
"canvas",
"form-input"
],
"devDependencies": {
"@types/react": "^18.3.5",
"react": "^18.3.1",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.5.4"
}
}