Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 321 Bytes

File metadata and controls

13 lines (12 loc) · 321 Bytes

CURSOR.js

Improve user cursor style

Usage

Get started

Create a new cursor object to generate the custom cursor. All parameters are obtionnal : By default color is white and coordonate a 0, 0.

new Cursor(color, x, y);

Exemple

const cursor = new Cursor("#282828", 0, 0);