Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into main
  • Loading branch information
umutibtech12 committed Aug 25, 2021
2 parents 780541a + 5fa55f2 commit bb9b436
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Jetpack Compose Zoomable Image Android Library

<img src="gif/demo.gif" width="270" height="500"/>


# Setup

Add Jitpack
```
maven { url 'https://jitpack.io' }
```
Add the dependency
```
implementation 'com.github.umutsoysl:ComposeZoomableImage:1.0.0'
```


# Usage

```kotlin
Expand Down

0 comments on commit bb9b436

Please sign in to comment.