UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 136 B
/** * * @enum {number} */ export const AnimationInterpolationKind = { Discrete: 0, Linear: 1, CubicTangents: 2 };