exupero / saveSvgAsPng

Save SVGs as PNGs from the browser.
MIT License
1.09k stars 362 forks source link

Callback or Promise on complete #204

Open AABoyles opened 5 years ago

AABoyles commented 5 years ago

Great library, but I have one feature request. I have an application for which I'd like to add a watermark on save, but not show it otherwise. I can add the image with no problems, but I don't know when it's safe to remove the image afterwards. Could we either return a promise or accept a callback option for after a save operation is complete? Thanks!