UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (5 loc) 190 B
import { spline3_bezier_bounds } from "./spline3_bezier_bounds.js"; /** * @deprecated use {@link spline3_bezier_bounds} */ export const spline_bezier3_bounds = spline3_bezier_bounds;