mr0xf00 / easycrop

Image cropper for jetpack compose
Apache License 2.0
107 stars 25 forks source link

Compose multiplatform #11

Open mahramane opened 9 months ago

mahramane commented 9 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 8 months ago

...

JustAmalll commented 7 months ago

++

tamimattafi commented 6 months 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 6 months 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 5 months ago

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

mahramane commented 5 months 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 5 months 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

tamimattafi commented 2 months ago

For anyone looking for a multiplatform version, you can get it here: https://github.com/tamimattafi/krop