@sarthak03dot/romantic-animations 1.2.1 → 1.2.4
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 +9 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
|
+
## Live Demo
|
|
26
|
+
|
|
27
|
+
[](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
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "1.2.4",
|
|
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
|
+
}
|