I am using a third party api to generate image from text.It is giving one object with base64.
How can i display that in my webpage with img tag. I tried showing that string but that is not working.
Is there any way i can convert that object to actual base64 string ?