I have a html string that contains a image tag. I want to get that image and convert to blob and then a file.Is it possible?
html string is sth like this:
<p><img class="logo" src="assets/alphaRoute/LogoOnly-01.svg" alt=""></p>
I have a html string that contains a image tag. I want to get that image and convert to blob and then a file.Is it possible?
html string is sth like this:
<p><img class="logo" src="assets/alphaRoute/LogoOnly-01.svg" alt=""></p>