Trace mouse movement with a trail of emojis or images.
npm install emoji-mouse-traceTrace mouse movement with a trail of emojis or images.



npm i -s emoji-mouse-trace
`
Call the emojiMouseTrace function within your template or js
`javascript
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
``