╔═════════════════════════════════════════════════════════════════╗
║                                                                 ║
║        ❄️  ❄️  ❄️   LET IT SNOW ON YOUR SITE   ❄️  ❄️  ❄️        ║
║                                                                 ║
║            ✨ Free • Open Source • No Signup ✨                 ║
║                                                                 ║
╚═════════════════════════════════════════════════════════════════╝

✨ What is this?

A free, lightweight snow overlay for any website. No account, no tracking, no nonsense. Just copy & paste one line of code and watch it snow! ❄️

Perfect for:

🎄 Holiday season websites
🏪 Small business sites
🎨 Personal blogs & portfolios
🎉 Special events & celebrations

🚀 Quick Start (30 seconds)

Add this line before your closing </body> tag:

<!-- LetItSnow.js - Free snow widget -->
<script src="https://lozturner.github.io/letitsnow/letitsnow.js" defer></script>

That's it! Snow will start falling on your entire page. ❄️

📦 Install Options

1️⃣ Full Page Snow (Default)

Snow falls across your entire website:

<script src="https://lozturner.github.io/letitsnow/letitsnow.js" defer></script>

2️⃣ Specific Container Only

Add snow to just one section of your page:

<div id="letitsnow-area">
  <!-- Your content here -->
</div>
<script src="https://lozturner.github.io/letitsnow/letitsnow.js" defer></script>

3️⃣ Custom Settings

Control density, speed, and size:

<div id="letitsnow" 
     data-density="high" 
     data-speed="medium" 
     data-size="large"></div>
<script src="https://lozturner.github.io/letitsnow/letitsnow.js" defer></script>

Options:

4️⃣ CMS / No-Code Platforms

WordPress, Wix, Squarespace, Shopify:

  1. Find "Custom HTML" or "Code Injection" in your settings
  2. Paste the script from option #1 above
  3. Save and publish! ❄️

🌐 CDN Options

Multiple ways to load the script:

<!-- GitHub Pages (Main) -->
<script src="https://lozturner.github.io/letitsnow/letitsnow.js" defer></script>

<!-- jsDelivr CDN (Alternative) -->
<script src="https://cdn.jsdelivr.net/gh/lozturner/letitsnow@main/letitsnow.js" defer></script>

💬 Share & Promote

Spread the snow! Here's how I'm sharing this:

🎨 Live Demo

❄️ Snow Demo Area ❄️

Check the background - snow is falling!

📄 License & Source

100% Free & Open Source (MIT License)

🔗 GitHub Repository

Made with ❄️ by @lozturner

┌─────────────────────────────────────────────────────────────┐
│  *   ❄   *   ❄   *   ❄   *   ❄   *   ❄   *   ❄   *   ❄   │
│ ❄   *   ❄   *   ❄   *   ❄   *   ❄   *   ❄   *   ❄   *    │
│  *   ❄   *   ❄   *   ❄   *   ❄   *   ❄   *   ❄   *   ❄   │
└─────────────────────────────────────────────────────────────┘
'; } else if (type === 'container') { code = '
\n \n
\n'; } else if (type === 'custom') { code = '
\n'; } navigator.clipboard.writeText(code).then(() => { alert('✅ Copied to clipboard!'); }); }