UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 135 B
/** * @enum {string} */ export const TransformMode = { Scale: 'scale', Translate: 'translate', Rotate: 'rotate' };