Skip to content

Instantly share code, notes, and snippets.

@octalmage
Created October 6, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octalmage/1fe8c1ec2336ac3ba59a to your computer and use it in GitHub Desktop.
Save octalmage/1fe8c1ec2336ac3ba59a to your computer and use it in GitHub Desktop.
RobotJS screen capture API preview.
var robot = require("robotjs");
var image = robot.screen.capture();
var hex = image.colorAt(25, 25);
console.log("#" + hex);
//#ebebeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment