Skip to content

Commit e3b108c

Browse files
author
Kevin Stumpf
committed
Update README.md
1 parent 8b0db8a commit e3b108c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# react-native-signature-pad
2-
React Native wrapper around @[szimek's](https://github.com/szimek) HTML Canvas based [Signature Pad](https://github.com/szimek/signature_pad)
2+
React Native wrapper around @[szimek's](https://github.com/szimek) HTML5 Canvas based [Signature Pad](https://github.com/szimek/signature_pad)
33

44
- Supports Android and iOS
5+
- Pure JavaScript implementation with no native dependencies
56
- Tested with RN 0.20
67
- Can easily be rotated using the "transform" style
8+
- Generates a base64 encoded png image of the signature
79

810
## Demo
911

10-
![SignaturePadDemo](https://cloud.githubusercontent.com/assets/7293984/13274796/f3bf0370-da62-11e5-88df-5827a9617e77.png)
12+
![SignaturePadDemo](https://cloud.githubusercontent.com/assets/7293984/13297035/303fefc6-dae5-11e5-99e8-edb8335633b5.gif)
1113

1214
## Installation
1315

0 commit comments

Comments
 (0)