react-fade-in-view 1.2.1 → 1.2.3
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.
- package/README.md +13 -0
- package/assets/QR.png +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -126,6 +126,19 @@ export default function Page() {
|
|
|
126
126
|
|
|
127
127
|
---
|
|
128
128
|
|
|
129
|
+
## ☕ Buy Me a Coffee
|
|
130
|
+
|
|
131
|
+
Love using **react-fade-in-view**?
|
|
132
|
+
Support the project by buying me a coffee ☕ and helping future development.
|
|
133
|
+
|
|
134
|
+
<p align="center">
|
|
135
|
+
<img src="./assets/QR.png" alt="UPI Donation QR" width="220" />
|
|
136
|
+
</p>
|
|
137
|
+
|
|
138
|
+
**UPI ID:** ayushpatel5659-1@okhdfcbank
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
129
142
|
## 📄 License
|
|
130
143
|
|
|
131
144
|
MIT © Aayush Daboriya
|
package/assets/QR.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-fade-in-view",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "Lightweight fade-in animation component using Intersection Observer",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"files": [
|
|
9
|
-
"dist"
|
|
9
|
+
"dist",
|
|
10
|
+
"assets"
|
|
10
11
|
],
|
|
11
12
|
"sideEffects": [
|
|
12
13
|
"**/*.css"
|