Hacker News new | ask | show | jobs
by eob 812 days ago
This is incredible --- @chearon thank you for open sourcing this!

I think most folks probably don't realize how difficult it is to go from HTML -> PNG programmatically. You get hit with a thousand papercuts related to either Node<>Browser differences or HTML<>Canvas differences.

1 comments

Have you tried dom-to-image (https://github.com/tsayen/dom-to-image) or html2canvas?