Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanegolem authored May 6, 2024
1 parent 3378e1c commit f21a8a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ Lycoris is an effortless PDF viewing library which provides ready-to-use PDF vie
* [Known Issues](#Known-issues)

# DEMO
![Lycoris demo](https://github.com/arcanegolem/Lycoris/blob/master/images/lycoris_demo.gif)

**This can be achieved with following code (Sample in MainActivity):**
```kotlin
// ...
Column (
modifier = Modifier.fillMaxSize()
) {
PdfViewer (
pdfResId = R.raw.sample_multipage,
controlsAlignment = Alignment.CenterEnd,
)
}
// ...
```

# NEW(!)
## PdfViewer
Expand Down

0 comments on commit f21a8a6

Please sign in to comment.