I implemented the Image Editor UI in my app.
There is a feature "Overlay" in it which lets the user to surround his image within a given overlay that is made by the SDK.
I want to add my own custom overlays to it, and block other overlays if possible.
I couldn't find any documentation about that.
Is that possible?
Thanks!