UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 142 B
/** * Number of bytes in a single Kilobyte * @type {number} * @example * 100 * KILOBYTE // 100 Kb */ export const KILOBYTE = 1024;