All Questions
1 question
2
votes
1
answer
555
views
Streaming multiple svg strings to png in nodejs using promises
I am trying to convert multiple svg strings to png's so I can render them onto a pdf using PdfMake in nodejs. This works fine for one svg, but when I add multiple svg strings, they get overwritten by ...