Transform your cursor, transform your experience with Cursora.JS
Cursora is a powerful JavaScript library that enables you to customize the look and feel of your cursor with ease
Documentation
Source code
<
script
src=
"
https://unpkg.com/cursor-cursora@latest/dist/index.js
"
>
</
script
>
<
script
>
new
Cursora
({
dot
:
'#fff'
,
bg
:
'rgba(255, 255, 255, .1)'
,
hoverOffset
:
{
x
:
10
,
y
:
10
}
});
</
script
>
Copy example