tholman / cursor-effects

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

Added null check for options #38

Closed AndrewPetz closed 1 year ago

AndrewPetz commented 1 year ago

Added null checks to options in rainbowCursor.js and trailingCursor.js. These were failing when calling either of those functions without passing in an options variable. I tested all of the other cursor functions as well.

tholman commented 1 year ago

Thank you! Will push to npm when I get a minute. 🙏