Script that allows to capture and replay user interactions with your web page
- mousemove
- hover
- click
- scroll
- text input
- element focusing
For the usage example for now check example folder
To run example any http server is suitable
If you have Node and npm installed
- just run
npm i -g serve
- and in the root folder run
serve -l 3000
- open up browser go to localhost:3000
- click on example folder in your browser window
this will open example page