festive-effects 1.0.0 → 1.0.2

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 +7 -11
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -1,15 +1,11 @@
1
1
  # 🎉 Festive Effects
2
2
 
3
- Beautiful, performant festival animations for React. Powered by Framer Motion.
4
-
5
- [![npm version](https://img.shields.io/npm/v/festive-effects.svg)](https://www.npmjs.com/package/festive-effects)
6
- [![bundle size](https://img.shields.io/bundlephobia/minzip/festive-effects)](https://bundlephobia.com/package/festive-effects)
7
- [![license](https://img.shields.io/npm/l/festive-effects.svg)](https://github.com/your-username/festive-effects/blob/main/LICENSE)
3
+ Beautiful, performant festival animations for React.
8
4
 
9
5
  ## ✨ Features
10
6
 
11
7
  - 🎄 **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 via Framer Motion
8
+ - ⚡ **60fps Performance** - Smooth, GPU-accelerated animations
13
9
  - 📦 **Lightweight** - Tree-shakeable, minimal bundle impact
14
10
  - ♿ **Accessible** - Respects `prefers-reduced-motion`
15
11
  - 🔧 **Customizable** - Intensity, duration, colors & more
@@ -18,11 +14,11 @@ Beautiful, performant festival animations for React. Powered by Framer Motion.
18
14
  ## 📦 Installation
19
15
 
20
16
  ```bash
21
- npm install festive-effects framer-motion
17
+ npm install festive-effects
22
18
  # or
23
- yarn add festive-effects framer-motion
19
+ yarn add festive-effects
24
20
  # or
25
- pnpm add festive-effects framer-motion
21
+ pnpm add festive-effects
26
22
  ```
27
23
 
28
24
  ## 🚀 Quick Start
@@ -156,8 +152,8 @@ To override this behavior:
156
152
 
157
153
  ## 📄 License
158
154
 
159
- MIT © [Your Name]
155
+ MIT © Harshit
160
156
 
161
157
  ---
162
158
 
163
- Made with 💜 and Framer Motion
159
+ 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.0",
4
- "description": "A React component library for festival-themed visual effects using Framer Motion",
3
+ "version": "1.0.2",
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",
@@ -41,7 +40,7 @@
41
40
  "visual-effects",
42
41
  "overlay"
43
42
  ],
44
- "author": "",
43
+ "author": "Harshit",
45
44
  "license": "MIT",
46
45
  "repository": {
47
46
  "type": "git",