UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines (7 loc) 99 B
/** * * @enum {number} */ export const AnimationClipFlag = { ClampWhenFinished: 1 };