Provide easy way to take screenshot. Support multiple screen.
npm install --save node-screenshotcapture
import screencapture from 'node-screenshotcapture';
screencapture((err, imagePath) => {
// do whatever you want
console.log(err, imagePath);
});