Skip to content

Commit

Permalink
Update README.md: remove config related doc
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Sep 22, 2024
1 parent 3e3d5c0 commit 9522984
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,6 @@ Button(onClick = {
On calling this method, request for capturing the content will be sent and `ImageBitmap` will be
returned asynchronously. _This method is safe to be called from Main thread._

By default, it captures the Bitmap using [`Bitmap.Config`](https://developer.android.com/reference/android/graphics/Bitmap.Config) **ARGB_8888**. If you want to modify, you can provide config from [`Bitmap.Config` enum](https://developer.android.com/reference/android/graphics/Bitmap.Config).

Example:

```kotlin
captureController.captureAsync(Bitmap.Config.ALPHA_8)
```

That's all needed!

## 📄 API Documentation

[**Visit the API documentation of this library**](https://patilshreyas.github.io/Capturable) to get more information in detail.
Expand Down

0 comments on commit 9522984

Please sign in to comment.