exupero / saveSvgAsPng

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

Document promises better #213

Closed Marco-Sulla closed 5 years ago

Marco-Sulla commented 5 years ago

You should add in your documentation that your methods returns a Promise. I thought I can only call the callback and I had to create a function with Promise myself.

PS: your library successfully converted an nvd3 graph where canvg failed miserably. Thank you a lot.

exupero commented 5 years ago

Thanks! Done.