I am creating a chart in partial div
on pageload. I am converting that into an image using html2canvas lib. That image should get saved to the application's directory.
Using canvas2image lib I want to download and save that image to disk. How should I pass the url?