@sarthak03dot/romantic-animations 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.
Files changed (2) hide show
  1. package/README.md +9 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,6 +22,12 @@
22
22
 
23
23
  ---
24
24
 
25
+ ## Live Demo
26
+
27
+ [![Live Demo](https://img.shields.io/badge/🚀-Try%20Live%20Demo-ff4d6d?style=for-the-badge)](https://sarthak03dot.github.io/romantic-animations/)
28
+
29
+ ---
30
+
25
31
  ## Gallery & Screenshots (Placeholder Previews)
26
32
 
27
33
  Here is a sneak peek at the gorgeous, performance-tuned particle renderers in action.
@@ -29,13 +35,13 @@ Here is a sneak peek at the gorgeous, performance-tuned particle renderers in ac
29
35
 
30
36
  <div align="center">
31
37
  <h3>✨ Floating Hearts & Live Tweaks</h3>
32
- <img src="https://placehold.co/800x450/1e1e24/ff4d6d?text=Preview:+Floating+Hearts+Effect" width="800" alt="Floating Hearts Effect Preview" style="border-radius: 12px; border: 1px solid rgba(255, 77, 109, 0.2); margin-bottom: 20px;" />
38
+ <img width="1874" height="859" alt="Image" src="https://github.com/user-attachments/assets/08516f1e-c943-4cc5-9749-78f13a6af47b" />
33
39
 
34
40
  <h3>🎆 Starry Fireworks Celebration</h3>
35
- <img src="https://placehold.co/800x450/0f0f16/c77dff?text=Preview:+Starry+Fireworks+Effect" width="800" alt="Starry Fireworks Effect Preview" style="border-radius: 12px; border: 1px solid rgba(199, 125, 255, 0.2); margin-bottom: 20px;" />
41
+ <img width="1880" height="853" alt="Image" src="https://github.com/user-attachments/assets/5642cd49-8908-417b-8cc0-12d00e8a6eda" />
36
42
 
37
43
  <h3>📚 Integrated Live Customizer & Developer Portal</h3>
38
- <img src="https://placehold.co/800x450/faf9ff/028090?text=Preview:+Light+Theme+Developer+Portal" width="800" alt="Light Theme Developer Portal Preview" style="border-radius: 12px; border: 1px solid rgba(2, 128, 144, 0.2);" />
44
+ <img width="1864" height="855" alt="Image" src="https://github.com/user-attachments/assets/a676f240-0502-4cd7-896d-7ceb8994478c" />
39
45
  </div>
40
46
 
41
47
  ---
@@ -48,7 +54,6 @@ Here is a sneak peek at the gorgeous, performance-tuned particle renderers in ac
48
54
  * 📚 **Collapsible Developer Portal**: Hash-routed playground switcher containing dynamic CDN, Vanilla, React, and Next.js SSR setups.
49
55
 
50
56
  ---
51
-
52
57
  ## 📦 Installation
53
58
 
54
59
  To begin adding romantic canvas overlays to your codebase:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarthak03dot/romantic-animations",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
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": {
@@ -51,4 +51,4 @@
51
51
  "devDependencies": {
52
52
  "vite": "^7.0.2"
53
53
  }
54
- }
54
+ }