Recently, I developed a basic application in Angular that incorporates animations. You can check out the StackBlitz here to see it in action. The app features states that we can switch to control where an eye is looking.
Currently, I am looking for a way to track the mouse cursor's movement using only Angular/TypeScript (no jQuery). I want the eye to continuously adjust its gaze based on the cursor's position. Any recommendations on how to achieve this would be highly appreciated.