UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

5 lines 95 B
/** * equal to `Math.pow(2,16) - 1` * @type {number} */ export const UINT16_MAX = 65535;