You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload images to the editor. I set my config to include "uploader: { insertImageAsBase64URI: true}". This method allows me to upload a file, however it is in base64.
I would like to edit the image before it is added to the editor. Is there an event from which I can catch the image and modify it?
Thanks for the help.
The text was updated successfully, but these errors were encountered:
Hey @xdan ,
I am trying to upload images to the editor. I set my config to include "uploader: { insertImageAsBase64URI: true}". This method allows me to upload a file, however it is in base64.
I would like to edit the image before it is added to the editor. Is there an event from which I can catch the image and modify it?
Thanks for the help.
The text was updated successfully, but these errors were encountered: