1. There is a page that needs to be converted into canvas. Part of the content in the page is generated by JS. Now you need to use nodejs
to convert this page into a picture. How to implement this function?
高洛峰2017-06-06 09:54:47
You might as well try a Headless Browser like PhantomJS http://phantomjs.org/
It can render the page content as an image as a whole on the Node side.