@sarthak03dot/romantic-animations 1.2.5 → 1.2.7
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 +7 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 💖 Romantic Animations v1.2.
|
|
1
|
+
# 💖 Romantic Animations v1.2.7
|
|
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>
|
|
@@ -28,20 +28,17 @@
|
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
31
|
-
##
|
|
32
|
-
|
|
33
|
-
Here is a sneak peek at the gorgeous, performance-tuned particle renderers in action.
|
|
34
|
-
*(You can swap these placeholders with your actual screenshots in `docs/screenshots/`)*
|
|
31
|
+
## Gallery & Screenshots
|
|
35
32
|
|
|
36
33
|
<div align="center">
|
|
37
34
|
<h3>✨ Floating Hearts & Live Tweaks</h3>
|
|
38
|
-
<img
|
|
39
|
-
|
|
35
|
+
<img src="https://raw.githubusercontent.com/sarthak03dot/romantic-animations/main/docs/screenshots/demo1.png" width="100%" />
|
|
36
|
+
|
|
40
37
|
<h3>🎆 Starry Fireworks Celebration</h3>
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
<img src="https://raw.githubusercontent.com/sarthak03dot/romantic-animations/main/docs/screenshots/demo2.png" width="100%" />
|
|
39
|
+
|
|
43
40
|
<h3>📚 Integrated Live Customizer & Developer Portal</h3>
|
|
44
|
-
|
|
41
|
+
<img src="https://raw.githubusercontent.com/sarthak03dot/romantic-animations/main/docs/screenshots/demo3.png" width="100%" />
|
|
45
42
|
</div>
|
|
46
43
|
|
|
47
44
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sarthak03dot/romantic-animations",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
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": {
|