absolute-hover-cursor
Version:
Elevate user experience with seamless cursor interactions using hover-cursor, a small JS library. Create captivating web interfaces by dynamically crafting bespoke hover cursors that you can style however you need.
39 lines (38 loc) • 1.07 kB
JSON
{
"name": "absolute-hover-cursor",
"version": "0.0.4",
"description": "Elevate user experience with seamless cursor interactions using hover-cursor, a small JS library. Create captivating web interfaces by dynamically crafting bespoke hover cursors that you can style however you need.",
"keywords": [
"Hover",
"Cursor",
"Magic",
"Custom mouse cursor",
"Custom cursor",
"Cursor effects",
"Cursor animations",
"Cursor magic",
"Cursor hover"
],
"author": "Absolute Agency",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/absm/hover-cursor/.git"
},
"homepage": "https://bitbucket.org/absm/hover-cursor/#readme",
"devDependencies": {
"typescript": "^5.1.6"
},
"prepare": "npm run build",
"files": [
"lib/**/*"
],
"dependencies": {
"gsap": "^3.12.2"
}
}