cursor-fx 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +6 -8
package/README.md CHANGED
@@ -8,6 +8,14 @@ Beautiful, customizable cursor particle effects for React and vanilla JavaScript
8
8
 
9
9
  **[🎮 Live Demo](https://www.antoprav.in/work/cursor-fx)** | **[📖 Documentation](#-api-reference)** | **[⭐ GitHub](https://github.com/antopravin-dev/cursor-fx)**
10
10
 
11
+ <div align="center">
12
+
13
+ ![Cursor FX Demo](./assets/cursor-fx-preview.mp4)
14
+
15
+ **✨ Experience magical cursor effects with 6 stunning built-in animations ✨**
16
+
17
+ </div>
18
+
11
19
  ## ✨ Features
12
20
 
13
21
  - 🎨 **6 Built-in Effects**: Bubbles, Snow, Fairy Dust, Sparkle, Confetti, Retro CRT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-fx",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Beautiful, customizable cursor effects for React and vanilla JavaScript. Add magical fairy dust particles that follow your cursor with minimal setup.",
5
5
  "author": "Anto Pravin C <antopravin.dev@gmail.com>",
6
6
  "license": "MIT",
@@ -57,12 +57,6 @@
57
57
  "README.md",
58
58
  "LICENSE"
59
59
  ],
60
- "scripts": {
61
- "build": "tsup",
62
- "dev": "tsup --watch",
63
- "test": "echo \"Error: no test specified\" && exit 1",
64
- "prepublishOnly": "pnpm build"
65
- },
66
60
  "peerDependencies": {
67
61
  "react": ">=16.8.0",
68
62
  "react-dom": ">=16.8.0"
@@ -83,8 +77,12 @@
83
77
  "tsup": "^8.5.1",
84
78
  "typescript": "^5.9.3"
85
79
  },
86
- "packageManager": "pnpm@10.20.0",
87
80
  "engines": {
88
81
  "node": ">=16.0.0"
82
+ },
83
+ "scripts": {
84
+ "build": "tsup",
85
+ "dev": "tsup --watch",
86
+ "test": "echo \"Error: no test specified\" && exit 1"
89
87
  }
90
88
  }