Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BadKiko authored Feb 12, 2024
1 parent 21ee33f commit 614cc36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ implementation("com.github.BadKiko:kige:version")
For get imagee-picker you can execute in @Composable function:

```
KigePicker { image ->
...
}
val rememberKigeState = rememberKigeState()
KigePicker(rememberKigeState)
AsyncImage(model = rememberKigeState.photoUri.value, contentDescription = null)
```

0 comments on commit 614cc36

Please sign in to comment.