Sachin Jani

Results 4 issues of Sachin Jani

I'd like to use this in node so If possible can you please export the functions : `generateSVG` `generatePNG` and publish the package to npm? it'd be super helpful. :)

#6 related Error: ![image (8)](https://user-images.githubusercontent.com/23077544/95862039-ee014380-0d7f-11eb-81a1-e56ba6ca3e20.png) I looked around for this issue and I think resolution for this is to install the system [dependencies](https://github.com/etienne-martin/svg-to-img#debian) mentioned in the docs. It would be...

below is my svg: ```svg SS ``` `node-svg2img` function is executed with the above svg and no other options. Image png output: ![image](https://user-images.githubusercontent.com/23077544/95757806-3f003180-0cc5-11eb-820d-381a61ff02bd.png) I suspect this has something to do...

I think we can wrap node's [util.promisify](https://nodejs.org/dist/latest-v8.x/docs/api/util.html#util_util_promisify_original) to achieve this but it would be great if the API has out-of-the-box support for this. Thanks :)