Software Alternatives & Reviews

How to turn HTML webpage into an Image?

DOM to Image puppeteer
  1. JavaScript library to generate an image from a DOM node using HTML5 canvas.
    While working in one of my project I had to implement a feature where I have turn an HTML webpage to an Image. The first thought that occurred to me was to use an inbuilt library but like dom-to-image or using Chrome Headless or a wrapper library like Puppeteer. While working I came across this technique using pure Javascript.

    #Development #Tool #Browser Testing 6 social mentions

  2. Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium...
    While working in one of my project I had to implement a feature where I have turn an HTML webpage to an Image. The first thought that occurred to me was to use an inbuilt library but like dom-to-image or using Chrome Headless or a wrapper library like Puppeteer. While working I came across this technique using pure Javascript.

    #Automated Testing #Browser Testing #Software Development 102 social mentions

Discuss: How to turn HTML webpage into an Image?

Log in or Post with