Rakibul-GDN
Results
1
issues of
Rakibul-GDN
Changed This: `const x = ((e.pageX - offsetLeft) / parseInt(width, 10)) * 100 const y = ((e.pageY - offsetTop) / parseInt(height, 10)) * 100` To This: `const x = ((e.screenX...