Closed gndclouds closed 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: ["🔥", "🐬", "🦆"]});
new emojiCursor({color: ["🔥", "🐬", "🦆"]});
new emojiCursor({emoji: ["🔥", "🐬", "🦆"]});
This project is awesome ❤️ thanks for making it!
Oops! Thanks!
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 benew emojiCursor({emoji: ["🔥", "🐬", "🦆"]});
This project is awesome ❤️ thanks for making it!