hot-spot
v1.3.8
Published
To find the Most used and least used parts of your app.
Readme
HotSpot your app
To find the Most used and least used parts of your app.
Usage
- import hotswap from node modules.
- hotswap function.
- The HotSpot definition.
- @param {function} cb - Callback function
- @param {array} eventNames - Array of keys of javascript event object you want to log.
- @param {Number} numOfClicks - Number of clicks after which callback should get executed.
- example "hotspot((data)=>console.log(data),['className', 'id','innerHTML'],3);"
