UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 234 B
export type AnimationInterpolationKind = number; export namespace AnimationInterpolationKind { let Discrete: number; let Linear: number; let CubicTangents: number; } //# sourceMappingURL=AnimationInterpolationKind.d.ts.map