Photo editing API

hey camp,

what photo editing api suggestions are there for photo editing (cropping, pinch zoom, filters, etc) would you recommend for use?

1 Like

I personally like konva (https://konvajs.org/).

I hope this helps.

1 Like

it does.

do you have any advice you can give as it pertains to setting it up in an app?

thanks @TKOTC

1 Like

this is an interesting topic!!

1 Like

Depends on the use case and skill level. As always, a custom React component that implements exactly what you need would be the most ideal. If you want to take a photo with the camera and then allow basic manipulation of the image (crop and sepia filter on the image) then I would make a custom component that has a couple of buttons that explicitly calls konva that would turn on and off sepia on the image.

If you want to do something in a no-code way let me know what your thoughts are and I can build something generic and publish it to the marketplace!

3 Likes

Wow! A component with Konva JS would be amazing! :partying_face:

YES to everything you just said!

Let me see if I can whip something up as a proof of concept come the weekend and we can go from there. Shouldn’t be too hard. Standby and I’ll get back to you (if you need urgently let me know and I might be able to adjust the schedule)

4 Likes

It’s urgent but I don’t know how long something like this takes to build and don’t want to add pressure pressure so if you can get it right on the first push that’d be great :slight_smile:

Hey! Interested as well if a POC comes out :slightly_smiling_face:
Cheers

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.