Home  >  Q&A  >  body text

javascript - How to convert .html files into canvas using nodejs

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?

滿天的星座滿天的星座2668 days ago491

reply all(1)I'll reply

  • 高洛峰

    高洛峰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.

    reply
    0
  • Cancelreply