1.1.0 • Published 6 years ago
screenshotit v1.1.0
Screenshotit
Screenshotit is a javascript library for taking screenshot webpage. Unlike taking screenshot of a url, screenshotit takes the screenshot of current state of webpage. It uses screenshotit-server for taking screenshot which is build on top of puppeteer
Installing
npm install screenshotit
Usage
screenshotit(props).then(function(image) {
// handle image
});
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
License
This project is licensed under the MIT License - see the LICENSE.md file for details