Comment on Ask HN: How to Convert HTML to PNG on a Serverside?Comments−perilunar6yDoes it need to be HTML? SVG is easy to generate programmatically, and doesn't need to be converted.−FruzenshteinOP6yI was considering HTML, since I know that it's pretty easy to represent with help of it what I need :) Haven't worked with SVG before, but apparently I have to look on it closer Thanks!
Comments
Does it need to be HTML? SVG is easy to generate programmatically, and doesn't need to be converted.
I was considering HTML, since I know that it's pretty easy to represent with help of it what I need :) Haven't worked with SVG before, but apparently I have to look on it closer Thanks!