UNPKG

js.foresight-devtools

Version:

Visual debugging tools for ForesightJS - mouse trajectory prediction and element interaction visualization

4 lines 291 B
export { ForesightDebugger } from "./Debugger/ForesightDebugger"; export { DebuggerControlPanel } from "./Debugger/DebuggerControlPanel"; export type { DebuggerSettings, SortElementList, ForesightDebuggerData, DebuggerBooleanSettingKeys, } from "./types"; //# sourceMappingURL=index.d.ts.map