Add festive cheer to your website with simple, lightweight holiday overlays
// 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
});
Minimal impact on page load times
Adjust effects to match your site
Simple implementation with one line of code
christmasOverlaySnow.enable();
christmasOverlaySnow.disable();
christmasOverlaySnow.enable({
snowflakeCount: 100,
snowflakeColor: 'red',
zIndex: 99999
});