A simple JavaScript script to create an interactive circular cursor for personal projects. Lightweight and easy to integrate, it enhances the visual experience with smooth animations and a modern feel. Feel free to modify and customize it according to your needs :)
Show the live demo Codepen
To get started, you'll need to have Node.js installed.
After downloading and installing Node.js, run the following command in your project directory to install all required dependencies:
npm install
To compile the code for development and start a local server, use:
npm start
To create the build for production, use:
npm run build