UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 206 B
/** * SI derived unit of illuminance. 1 lx = 1 lm / m^2 = 1 cd / m^2. * @type {NamedUnit} */ export const LUX: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=LUX.d.ts.map