UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 213 B
/** * * @param {Element} el * @returns {AABB2} */ export function html_element_to_aabb(el: Element): AABB2; import AABB2 from "../core/geom/2d/aabb/AABB2.js"; //# sourceMappingURL=html_element_to_aabb.d.ts.map