The Holiday Library

Add festive cheer to your website with simple, lightweight holiday overlays

code View on GitHub

Quick Start

// Add to your HTML <script src="https://155601-mikey.github.io/christmas-overlay-snow/ChristmasOverlay.js"></script> // Initialize with default settings christmasOverlaySnow.enable(); // Or customize the overlay christmasOverlaySnow.enable({ snowflakeCount: 100, snowflakeColor: 'white', zIndex: 99999 });
speed

Lightweight

Minimal impact on page load times

palette

Customizable

Adjust effects to match your site

code

Easy to Use

Simple implementation with one line of code

API Documentation

Enable Overlay

christmasOverlaySnow.enable();

Disable Overlay

christmasOverlaySnow.disable();

Custom Options

christmasOverlaySnow.enable({ snowflakeCount: 100, snowflakeColor: 'red', zIndex: 99999 });