mr0xf00 / easycrop

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

Compose multiplatform #11

Open mahramane opened 5 months ago

mahramane commented 5 months ago

Hi There isn't any image cropper library for compose multiplatform (jvm, android, ios, ...). You created base of compose code and just need to change some code for compose multiplatform. It will be very useful and i really need it. Please work on it 🙏.

mahramane commented 3 months ago

...

JustAmalll commented 2 months ago

++

tamimattafi commented 1 month ago

@mahramane @JustAmalll I started implementing CMP in my fork, I will create some PRs. The author seems to be absent, so I will try to publish the changes to my maven central account.

Here's the first PR if you wish to upvote: https://github.com/mr0xf00/easycrop/pull/12 You can follow my fork for further news.

mahramane commented 1 month ago

@mahramane @JustAmalll I started implementing CMP in my fork, I will create some PRs. The author seems to be absent, so I will try to publish the changes to my maven central account.

Here's the first PR if you wish to upvote: https://github.com/mr0xf00/easycrop/pull/12 You can follow my fork for further news.

Thank you 🙏🏻.

tamimattafi commented 1 month ago

@mahramane @JustAmalll I updated the pull request, CMP support is already there https://github.com/mr0xf00/easycrop/pull/12

mahramane commented 1 month ago

@mahramane @JustAmalll I updated the pull request, CMP support is already there #12

very good 👍👍 thank you Does it support desktop and wasmjs?

tamimattafi commented 1 month ago

@mahramane Yes, it does support these targets, however, I only tested on Android and iOS (Using the sample app) Edit: here are the supported targets