peekaboo
peekaboo copied to clipboard
🌄 Kotlin Multiplatform library for Compose Multiplatform, designed for seamless integration of an image picker feature in iOS and Android applications.
Kindly add support for file picker
I'm not sure if this is a bug, but it looks a little strange. I use the camera to take a photo, and then upload the resulting bytearray to the...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
### android Get Surface from [SurfaceView](https://developer.android.com/reference/android/view/SurfaceView?hl=en) to render OpenGL ES content ### iOS Leverage [MTKView](https://developer.apple.com/documentation/metalkit/mtkview) for rendering camera previews using [Metal](https://developer.apple.com/documentation/metal/).
By the way this library has compression file when take singleImage like this: ``` singleImagePicker = rememberImagePickerLauncher( selectionMode = SelectionMode.Single, scope = coroutineScope, resizeOptions = ResizeOptions(compressionQuality = 0.5), onResult =...
Hi when take picture front camera, how to remove reflection camera?
I have seen the code permission is not yet allowing it just show page error show need permission. why do not have runtime permission ?