1.0.4 • Published 1 year ago

@qtnrbt/pointerjs v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago