How to use the screenshot-desktop.parseDisplaysOutput function in screenshot-desktop

To help you get started, we’ve selected a few screenshot-desktop examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github web-pal / chronos-timetracker / app / renderer / sagas / screenshots.js View on Github external
(err, stdout) => {
          if (err) {
            return reject(err);
          }
          return resolve(screenshot.parseDisplaysOutput(stdout));
        },
      );

screenshot-desktop

Capture a screenshot of your local machine

MIT
Latest version published 10 months ago

Package Health Score

65 / 100
Full package analysis