Implement MagicWand tool to existing JavaScript image editor – Translator job

I have the following JavaScript image editor, called Pixie: https://codecanyon.net/item/pixie-image-editor/10721475
Demo: http://plr.ninja/pixie/

I need an experienced developer to implement 2 features into this editor:

1. Implement MagicWand tool, found here: https://github.com/Tamersoul/magic-wand-js?tab=readme-ov-file

2. Implement automatic background removal using PhotoRoom API. We just need to call the following call on source image:
—————————-
curl –request POST
–url https://sdk.photoroom.com/v1/segment
–header 'Accept: image/png, application/json'
–header 'Content-Type: multipart/form-data'
–header 'x-api-key: api_key_comes_here'
–form [email protected]
–form crop=true
-o output.png
—————————-
In most cases it will successfully remove the background.

Check the attached document for more details.

Posted On: April 15, 2024 10:52 UTC
Category: Full Stack Development
Skills:React, JavaScript

Country: Croatia

click to apply

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *