0.0.7 • Published 2 years ago

cursor-traces v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Use by CDN

<script src="https://unpkg.com/cursor-traces@0.0.6/min.js"></script>
  • put this in your html header part
  • in your html body , use the the function startCursorTraces()
    
    <script>
        window.onload = function(){
            document.onmouseup=function(e){
                if(e.target){
                    if(findALabel(e.target)){
                        writeLocation(e.pageX, e.pageY);
                        drawCursor(e.pageX, e.pageY);
                    }
                }
            };
            drawList();
        }
    </script>

This is an image

https://eventstructure.com/cursor-traces

0.0.7

2 years ago

0.0.5

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago

1.0.0

2 years ago