jeongmin / Composely

A collection of Compose UI widgets and functionalities to simplify and enhance your Android app development.
Apache License 2.0
4 stars 0 forks source link

[#1] Add Modifier.capture() functionality #7

Closed jeongmin closed 1 month ago

jeongmin commented 2 months ago

This PR addresses Issue #1.

The capture Modifier allows a Modifier to capture its contents as a Picture, which can then be converted to a Bitmap. This PR also includes an extension function Picture.toBitmap(), which can convert a Picture to a Bitmap.