@sarthak03dot/romantic-animations 1.2.4 → 1.2.6

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 +5 -5
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 💖 Romantic Animations v1.2.0
1
+ # 💖 Romantic Animations v1.2.6
2
2
 
3
3
  <p align="center">
4
4
  <b>A premium, lightweight, zero-dependency JavaScript canvas particle library for gorgeous romantic & celebratory effects.</b>
@@ -35,13 +35,13 @@ Here is a sneak peek at the gorgeous, performance-tuned particle renderers in ac
35
35
 
36
36
  <div align="center">
37
37
  <h3>✨ Floating Hearts & Live Tweaks</h3>
38
- <img width="1874" height="859" alt="Image" src="https://github.com/user-attachments/assets/08516f1e-c943-4cc5-9749-78f13a6af47b" />
38
+ <img width="1874" height="859" alt="Image" src="https://github.com/user-attachments/assets/00c543ff-1cae-48c8-abc0-c8974d14682e" />
39
39
 
40
40
  <h3>🎆 Starry Fireworks Celebration</h3>
41
- <img width="1880" height="853" alt="Image" src="https://github.com/user-attachments/assets/5642cd49-8908-417b-8cc0-12d00e8a6eda" />
41
+ <img width="1880" height="853" alt="Image" src="https://github.com/user-attachments/assets/a4646719-aa5f-4da4-bae1-78db71d3bc09" />
42
42
 
43
43
  <h3>📚 Integrated Live Customizer & Developer Portal</h3>
44
- <img width="1864" height="855" alt="Image" src="https://github.com/user-attachments/assets/a676f240-0502-4cd7-896d-7ceb8994478c" />
44
+ <img width="1864" height="855" alt="Image" src="https://github.com/user-attachments/assets/dbdedabb-a04f-4544-8241-ef103a039e0d" />
45
45
  </div>
46
46
 
47
47
  ---
@@ -69,7 +69,7 @@ pnpm add @sarthak03dot/romantic-animations
69
69
  yarn add @sarthak03dot/romantic-animations
70
70
  ```
71
71
 
72
- ---
72
+ ---
73
73
 
74
74
  ## ✨ Available Animations & API reference
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarthak03dot/romantic-animations",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Romantic & celebratory canvas animations — hearts, sparkles, fireworks, confetti, star fields and more. Zero dependencies.",
5
5
  "homepage": "https://github.com/sarthak03dot/romantic-animations#readme",
6
6
  "bugs": {
@@ -46,9 +46,12 @@
46
46
  "build": "vite build",
47
47
  "build:demo": "vite build --config vite.demo.config.js",
48
48
  "preview": "vite preview",
49
- "prepublishOnly": "npm run build"
49
+ "prepublishOnly": "npm run build",
50
+ "predeploy": "npm run build:demo",
51
+ "deploy": "gh-pages -d demo-dist"
50
52
  },
51
53
  "devDependencies": {
54
+ "gh-pages": "^6.3.0",
52
55
  "vite": "^7.0.2"
53
56
  }
54
57
  }