UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 176 B
/** * See https://en.wikipedia.org/wiki/Golden_ratio * = (1 + sqrt(5)) / 2 * @type {number} */ export const GOLDEN_RATIO: number; //# sourceMappingURL=GOLDEN_RATIO.d.ts.map