Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikeelde authored Apr 6, 2018
1 parent f9721b8 commit df0af28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Uses the webView available on the system so it's possibilities and limitations w
Height will be calculated using WebView.getContentHeight()

### Usage:
```
dependencies {
implementation 'com.izettle:html2bitmap:1.3'
}
```

```
Bitmap bitmap = Html2Bitmap.getBitmap(context: Context, html: String, width: Int);
Expand Down

0 comments on commit df0af28

Please sign in to comment.