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
<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