What is the easiest way to render a raw HTML string, such as:
<b>Hello World</b>
into a standard Node.js Buffer as a PNG image?
I've been searching all over npm for a module that'd let me do this, but I haven't been able to find one. They all seem to render directly into a file.
puppeteeror similar.