UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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