UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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