emoji-mouse-trace
Version:
Trace mouse movement with a trail of emojis or images.
17 lines • 425 B
HTML
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<script src="index.js"></script>
<script>emojiMouseTrace({
'traceLength': 20,
'fadeOut': true,
'emojis': ['🤣']
});</script>
</body>
</html>