1.0.4 • Published 3 years ago

@qtnrbt/pointerjs v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Pointerjs

A lightweight javascript library to create a point cursor with a ring following it.

Installation

Pointerjs is completly vanilla Javascript so you don't need to install any other library to run it.

<script>
    import { pointerjs } from '@qtnrbt/pointerjs'
    options = {
        ringDelay: 10, // this has to be in miliseconds
    }
    pointerjs(options);
</script>

What is next

For now this is the base version of the project, but I'm planning on adding more animations and diversity to the cursor when I have time !

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago