mr0xf00 / easycrop

Image cropper for jetpack compose
Apache License 2.0
81 stars 16 forks source link

Make Flexible cropControls #4

Open ghost opened 1 year ago

ghost commented 1 year ago

Right now most of the crop control methods like flip, rotate etc are internal due to which we can't create Custom Composable for cropControls! I appreciate the work you have done till now, but it will be great if you could look into this use case!

Also, The cropPreview and crop control is in a box scope which gives me less flexibility for custom cropControls when i want to have preview and control in column