exupero / saveSvgAsPng

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

saveAsPngUri promisified #174

Closed BubbleBear closed 6 years ago

BubbleBear commented 6 years ago

current saveAsPngUri function supports only callback style, which can be inconvenient under certain circumstance.so i promisified it, and wrote test case. and it is compatible with callback style.

exupero commented 6 years ago

Thanks for catching this. I applied these changes a bit differently and to the latest version of the code. The changes are published to NPM as v1.4.4. Let me know if you run into any problems.