Is there a way to load a base64 string into the editor without having to select a file?
Thanks
@igasparetto Sorry for late reply. Currently there is no api to load image using base64 string.
When select a image file, it is changed to base64. But there is no way to directly load base64 image string.
That is a shame.
Improvement?
@igasparetto Hi, You can use base64 code in the editor.
<img src="data:image/gif;base64,YOUR_BASE64_CODE" />
Is it what you want?
Thank you @igasparetto.
Most helpful comment
@igasparetto Hi, You can use base64 code in the editor.
Is it what you want?