1.0.8 • Published 7 years ago
emoji-mouse-trace v1.0.8
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-traceCall 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