UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 276 B
/** * SI derived unit of luminous flux. 1 lm = 1 cd·sr; the steradian is dimensionless, * so dimensionally `lm` is identical to `cd`. * @type {NamedUnit} */ export const LUMEN: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=LUMEN.d.ts.map