https://github.com/ifakejs/signature
基于HTML5 Canvas的签名库. A signature library based on HTML5 canvas.
https://github.com/ifakejs/signature
canvas drawing drawing-board drawing-library html5-canvas mobile-signature signature signature-library signature-pad typescript
Last synced: 8 months ago
JSON representation
基于HTML5 Canvas的签名库. A signature library based on HTML5 canvas.
- Host: GitHub
- URL: https://github.com/ifakejs/signature
- Owner: ifakejs
- License: mit
- Created: 2020-11-11T06:22:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T03:38:33.000Z (about 5 years ago)
- Last Synced: 2025-09-14T14:26:52.630Z (9 months ago)
- Topics: canvas, drawing, drawing-board, drawing-library, html5-canvas, mobile-signature, signature, signature-library, signature-pad, typescript
- Language: TypeScript
- Homepage: https://ifakejs.github.io/signature/
- Size: 188 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to @ifake/signature 👋





> A signature library based on HTML5 canvas.
The scaffolding for this project is from [pkg](https://github.com/ifakejs/pkg)
### 🏠 [Homepage](https://github.com/ifakejs/signature)
[Document](https://ifakejs.github.io/signature/) is here.
## TODO
- [x] Support downloading signatures with a white background. - 2021.1.1
- [ ] Support logging steps to enable undo redo feature
## CHANGELOG
[CHANGELOG](https://github.com/ifakejs/signature/blob/master/CHANGELOG.md) is here.
## Notes
We use the native [`Promise`](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise#%E6%B5%8F%E8%A7%88%E5%99%A8%E5%85%BC%E5%AE%B9%E6%80%A7) and no polyfill for it. If you need to use it in IE Browser, You should import polyfill by yourself.
[core-js](https://github.com/zloirock/core-js#readme)
## Author
👤 **ifake**
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/ifakejs/signature/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
This project is [MIT](https://github.com/ifakejs/signature/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_