Skip to content

Commit

Permalink
Code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
wwang committed May 20, 2020
1 parent 3a744c8 commit 379d87d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ Download SilkySignature or grab via Gradle:
```groovy
implementation 'com.williamww:silky-signature:0.1.0'
```
or via Maven
```xml
<dependency>
<groupId>com.williamww</groupId>
<artifactId>silky-signature</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
```

Note
--------
Expand Down Expand Up @@ -74,4 +65,4 @@ public void onClear() {
To get signature image
* `getSignatureBitmap()` - A signature bitmap with a white background.
* `getTransparentSignatureBitmap()` - A signature bitmap with a transparent background.
* `getSignatureSvg()` - A signature Scalable Vector Graphics document.
* `getSignatureSvg()` - A signature Scalable Vector Graphics document in svg format.

0 comments on commit 379d87d

Please sign in to comment.