saveSvgAsPng
saveSvgAsPng copied to clipboard
Callback or Promise on complete
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!