I have installed ng2-ckeditor. I wanted to know how i can get the images added to the editor to be converted to base64 and appended to the image tag.
https://ckeditor.com/cke4/addon/base64image was added with the intent to help with the conversion but is there another way to just convert the images to base64
<img alt=""
src="data:image/jpeg;base64,/9j/4QZJgABAgEYAgA/7gA.......9g+3iXJ//Z" />
i wanted to appened the base64 to the tag as displayed above