Replies: 1 comment 2 replies
-
Yes, the editor supports adding layers manually. You can refer to examples such as movable_background_image, which demonstrates how to add layers. If you need to reorder layers, you can review this example. The editor supports the following types of layers: FYI: I will move that question to the Discuss tab under Q&A since that tab is better suited for questions. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First of all, thank you for creating this great library! I am working on an application where I need to implement image editing with multiple layers. Specifically, I want to load an image using ProImageEditor.network and overlay it with additional layers like:
Text with customizable font, color, and position.
Images with specific positions and sizes.
Currently, I couldn't find a way to add layers directly in ProImageEditor.network. Does the library support adding layers, or is there a recommended way to handle this use case? If layers are not supported directly, are there plans to add this feature in the future? Or do you have any suggestions or workarounds for implementing it efficiently?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions