UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 189 B
export type CompositingStages = number; export namespace CompositingStages { let POST_OPAQUE: number; let POST_TRANSPARENT: number; } //# sourceMappingURL=CompositingStages.d.ts.map