UNPKG

ambient-light

Version:

Get ambient light in OSX

8 lines (6 loc) 123 B
import test from 'ava'; import fs from './'; test('get lux', async t => { const lux = await fs(); t.true(lux >= 0); });