UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

5 lines 113 B
export const CSS_ABSOLUTE_POSITIONING = Object.freeze({ position: "absolute", top: 0, left: 0 });