UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (5 loc) 124 B
/** * Float ABS, from standard C lib * @deprecated use Math.abs directly instead */ export const fabsf = Math.abs