UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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