/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@vndor/robotjs@0.1.0/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
var robotjs=require("./build/Release/robotjs.node");function bitmap(e,t,i,o,r,s){this.width=e,this.height=t,this.byteWidth=i,this.bitsPerPixel=o,this.bytesPerPixel=r,this.image=s,this.colorAt=function(e,t){return robotjs.getColor(this,e,t)}}module.exports=robotjs,module.exports.screen={},module.exports.screen.capture=function(e,t,i,o){return b=void 0!==e&&void 0!==t&&void 0!==i&&void 0!==o?robotjs.captureScreen(e,t,i,o):robotjs.captureScreen(),new bitmap(b.width,b.height,b.byteWidth,b.bitsPerPixel,b.bytesPerPixel,b.image)};
//# sourceMappingURL=/sm/46dd6b3f6f13a52fe73c18825a817bbfe453b3d641f99b4d3a93d5a780cdde5f.map