UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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