You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, can you expose cropping overlay with handles so it can be used for any composable component? It could be a modifier or compose component which takes content over which to draw.
For example, I want to implement video cropper, and I would like to wrap your cropper UI over the existing video surface, and would like to get the state of the cropper; width, height, startX & startY so I can proceed with video processing.
The text was updated successfully, but these errors were encountered:
Hey, can you expose cropping overlay with handles so it can be used for any composable component? It could be a modifier or compose component which takes content over which to draw.
For example, I want to implement video cropper, and I would like to wrap your cropper UI over the existing video surface, and would like to get the state of the cropper; width, height, startX & startY so I can proceed with video processing.
The text was updated successfully, but these errors were encountered: