festive-effects 1.0.0 → 1.0.1
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 +6 -6
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🎉 Festive Effects
|
|
2
2
|
|
|
3
|
-
Beautiful, performant festival animations for React.
|
|
3
|
+
Beautiful, performant festival animations for React.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/festive-effects)
|
|
6
6
|
[](https://bundlephobia.com/package/festive-effects)
|
|
@@ -9,7 +9,7 @@ Beautiful, performant festival animations for React. Powered by Framer Motion.
|
|
|
9
9
|
## ✨ Features
|
|
10
10
|
|
|
11
11
|
- 🎄 **12 Festival Effects** - Christmas, New Year, Valentine, Easter, Halloween, Thanksgiving, Diwali, Chinese New Year, Holi, Eid, St. Patrick's, Independence Day
|
|
12
|
-
- ⚡ **60fps Performance** - GPU-accelerated animations
|
|
12
|
+
- ⚡ **60fps Performance** - Smooth, GPU-accelerated animations
|
|
13
13
|
- 📦 **Lightweight** - Tree-shakeable, minimal bundle impact
|
|
14
14
|
- ♿ **Accessible** - Respects `prefers-reduced-motion`
|
|
15
15
|
- 🔧 **Customizable** - Intensity, duration, colors & more
|
|
@@ -18,11 +18,11 @@ Beautiful, performant festival animations for React. Powered by Framer Motion.
|
|
|
18
18
|
## 📦 Installation
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npm install festive-effects
|
|
21
|
+
npm install festive-effects
|
|
22
22
|
# or
|
|
23
|
-
yarn add festive-effects
|
|
23
|
+
yarn add festive-effects
|
|
24
24
|
# or
|
|
25
|
-
pnpm add festive-effects
|
|
25
|
+
pnpm add festive-effects
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
## 🚀 Quick Start
|
|
@@ -160,4 +160,4 @@ MIT © [Your Name]
|
|
|
160
160
|
|
|
161
161
|
---
|
|
162
162
|
|
|
163
|
-
Made with 💜
|
|
163
|
+
Made with 💜 for developers who celebrate
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "festive-effects",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "A React component library for festival-themed visual effects
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "A React component library for festival-themed visual effects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"festive",
|
|
32
32
|
"effects",
|
|
33
33
|
"animations",
|
|
34
|
-
"framer-motion",
|
|
35
34
|
"christmas",
|
|
36
35
|
"halloween",
|
|
37
36
|
"diwali",
|