UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 188 B
/** * * @enum {string} */ export const PathDisplayEvents = { Changed: "@ecd-component-PathDisplay/changed", BuildComplete: "@ecd-component-PathDisplay/build-complete" }