UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 201 B
/** * @deprecated use {@link spline3_bezier} directly */ export const cubicCurve: typeof spline3_bezier; import { spline3_bezier } from "./spline3_bezier.js"; //# sourceMappingURL=cubicCurve.d.ts.map