Callback that handles an image file and returns a URL string.
When provided to the rich-text editor's imageHandler input,
this function is called when the user pastes an image from the
clipboard. The returned URL is inserted as an <img> (HTML
mode) or  (Markdown mode).
Typical implementations upload the file to a CDN or object
store and return the resulting public URL.
Callback that handles an image file and returns a URL string.
When provided to the rich-text editor's
imageHandlerinput, this function is called when the user pastes an image from the clipboard. The returned URL is inserted as an<img>(HTML mode) or(Markdown mode).Typical implementations upload the file to a CDN or object store and return the resulting public URL.