UNPKG

ambient-light

Version:

Get ambient light in OSX

24 lines (16 loc) 252 B
# ambient-light > Get ambient light in OSX ## Installation ``` $ npm install --save ambient-light ``` ## Usage ```js const ambientLight = require('ambient-light'); ambientLight().then(lux => { console.log(lux); // => 63 }); ``` ## License MIT