tholman / cursor-effects

Old-school cursor effects for your browser built with modern JavaScript
https://tholman.com/cursor-effects
3.45k stars 254 forks source link

Fixed Syntax error for emojiCursor #15

Closed gndclouds closed 4 years ago

gndclouds commented 4 years ago

Hi, I was having trouble customizing the Emojis used in emojiCursor but realized that I think there is a typo in the read me.

new emojiCursor({color: ["🔥", "🐬", "🦆"]}); should be new emojiCursor({emoji: ["🔥", "🐬", "🦆"]});

This project is awesome ❤️ thanks for making it!

tholman commented 4 years ago

Oops! Thanks!