diff --git a/demo.html b/demo.html new file mode 100644 index 0000000..1a778e6 --- /dev/null +++ b/demo.html @@ -0,0 +1,283 @@ + + + + + + ❄️ Snow Theme Demo + + + +
+

❄️ Snow Theme Demo

+

Add beautiful snowfall to your website with a single line of code!

+
+ +
+
+

✨ Customize Snow Effect

+ +
+ + + 50 +
+ +
+ + + 10s +
+ +
+ + + 1.5 +
+ +
+ + + 20 +
+ +
+ + + + +
+
+ +
+

🚀 Quick Start

+
+<!-- Add this line before closing body tag --> +<script src="https://[your-username].github.io/snow-theme/snow.js"></script>
+
+ +
+

⚙️ Customization

+
+<script> + // Customize the snow effect + SnowTheme.config.density = 50; // Number of snowflakes + SnowTheme.config.minDuration = 5; // Fall speed (seconds) + SnowTheme.config.maxSize = 1.5; // Maximum size + SnowTheme.config.wind = 20; // Wind effect +</script>
+
+
+ + + + + + + + + \ No newline at end of file