5 ms·
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 programm
by eob 2y 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.
- niutech 2y agoHave you tried dom-to-image (https://github.com/tsayen/dom-to-image https://github.com/tsayen/dom-to-image) or html2canvas?