UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines 331 B
/** * * @param {CanvasView} graph * @param {AABB2} frame * @param {Vector2} margin * @param {function} fnUpdate * @returns {DragHandler} */ export function createPanTool({ graph, frame, margin, fnUpdate, }: CanvasView): DragHandler; import { DragHandler } from "./DragHandler.js"; //# sourceMappingURL=createPanTool.d.ts.map