UNPKG

eye-analysis

Version:

Eye Analysis - Browser-based eye tracking and screen recording library for research and experiments

4 lines 512 B
export { websocketTrackingAdaptor, defaultWebSocketDataProcessor, type WebSocketAdaptorOptions, } from "./websocket"; export { mouseTrackingAdaptor, getCurrentMousePosition, validateMouseAdaptorOptions, type MouseAdaptorOptions, } from "./mouse"; export { createCustomAdaptor, createDataDrivenAdaptor, createTimerAdaptor, createWebRTCAdaptor, validateCustomAdaptorConfig, getExampleAdaptorConfigs, type CustomAdaptorSetupFunction, type CustomAdaptorOptions, } from "./custom"; //# sourceMappingURL=index.d.ts.map