UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 128 B
/** * @readonly * @enum {number} */ export const CompositingStages = { POST_OPAQUE: 1, POST_TRANSPARENT: 0 }