Emoji Mouse Trace
Trace mouse movement with a trail of emojis or images.
🚀
Getting started Install the module via npm
npm i -s emoji-mouse-trace
Call the emojiMouseTrace function within your template or js
emojiMouseTrace()
API
Parameter | value | default |
---|---|---|
traceLength | int | 20 |
imageSize | int | 30 |
images | url | none |
fadeOut | boolean | false |
mode | emoji or images | emoji |
fontFamily | - | Arial |
fontSize | px | 30px |
emojis | string | random emojis |
Example
Just run example.html