Cuberto/mouse-follower

How to remove the cursor from touch devices

cocabangaa opened this issue · 3 comments

How to remove the cursor from touch devices
if (window.matchMedia('(pointer:fine)').matches) {
    const cursor = new MouseFollower();
}

See also #14

awesome thanks