1.3.0 • Published 1 year ago

mouseee v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Get Started

Import the Mouseee code via CDN and replace {version} with the desired version.

<script
  src="https://cdn.jsdelivr.net/npm/mouseee@{version}/lib/index.js"
  type="module"
></script>

See all versions of the Mouse by clicking here.

Customizing

1 - Hide the default cursor (Optional):

* {
  cursor: none;
}

2 - Customize the cursor (Optional):

const mouseeeConfig = {
  color: "#fff", // cursor border color
  size: 20, // cursor size
  trailColor: "#fff", // trail color
  trailTime: 300, // trail duration time
  showTrail: true, // show trail
  clickAnimation: true, // animation on click
};

Licence

Mouseee is MIT licensed.

More details

1.3.0

1 year ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago