/**The handlers configuration */ export const handlersConfig = { /**Controls the activity of the mouse mouse event */ mouseMoveThrottleDelay: 50, /**Controls the activity of the wheel event */ wheelThrottleDelay: 100, };