An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Welcome to @ifake/signature 👋
![Version](https://img.shields.io/npm/v/@ifake/signature)
![codecov](https://codecov.io/gh/ifakejs/signature/branch/master/graph/badge.svg?token=7nMsRorhf3)
![Npm Bundle Size](https://img.shields.io/bundlephobia/min/@ifake/signature)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
![Build Status](https://travis-ci.org/ifakejs/signature.svg?branch=master)

> 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)_