✨ Customize Snow Effect
50
10s
1.5
20
🚀 Quick Start
<!-- Add this line before closing body tag -->
<script src="https://ddosnotification.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>