UNPKG

custom-cursor

Version:

Create your own custom cursor with minimal JavaScript. Easy to implement, customizable, and lightweight solution for interactive web experiences 👆

21 lines (20 loc) • 512 B
{ "name": "custom-cursor", "version": "2.3.2", "description": "Create your own custom cursor with minimal JavaScript. Easy to implement, customizable, and lightweight solution for interactive web experiences 👆", "keywords": [ "cursor", "custom-cursor", "interactive" ], "author": "Mark Mead", "license": "MIT", "module": "dist/esm.min.js", "unpkg": "dist/cdn.min.js", "scripts": { "build": "node scripts/build.js" }, "devDependencies": { "esbuild": "^0.25.0" } }