Export-Html-Table-Data-into-Excel-using-Javascript icon indicating copy to clipboard operation
Export-Html-Table-Data-into-Excel-using-Javascript copied to clipboard

How to export a image that src is base64 or local image?

Open SkyLakee opened this issue 4 years ago • 0 comments

<img id="myChartImg" src="/images/test.png" alt="">(local file)

<img id="myChartImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA....." alt="">(base64)

is not use

SkyLakee avatar Oct 21 '21 08:10 SkyLakee