Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Feb 11, 2024
1 parent 6836aed commit 1df32b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
androidx-core-ktx = "1.12.0"
androidx-appcompat = "1.6.1"
androidx-compose-ui = "1.6.0"
skiko = "0.7.92"
androidx-compose-ui = "1.6.1"
skiko = "0.7.93"
dokka = "1.9.10"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ fun Activity.captureToImageeee(comcon: CompositionContext, content: @Composable
// return composeView.captureToBitmap().get().asImageBitmap()
}





/**
* Captures the underlying semantics node's surface into bitmap. This can be used to capture
* nodes in a normal composable, a dialog if API >=28 and in a Popup. Note that the mechanism
Expand Down

0 comments on commit 1df32b0

Please sign in to comment.