UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 150 B
/** * See https://en.wikipedia.org/wiki/Golden_ratio * = (1 + sqrt(5)) / 2 * @type {number} */ export const GOLDEN_RATIO = 1.618033988749895;