UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines (11 loc) 139 B
/** * * @enum {number} */ export const LogLevel = { Severe: 0, Error: 1, Warning: 2, Info: 3, Debug: 4 }