@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 306 B
TypeScript
/**
*
* @param {AnimationCurve} curve
* @param {Vector2} [size]
* @param {Vector2} [margin] How much space to leave empty around the plotted bounds
* @returns {View}
*/
export function build_curve_editor({ curve, size, margin }: AnimationCurve): View;
//# sourceMappingURL=build_curve_editor.d.ts.map