UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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