Logo

JS Christmas

Give your website a Christmas style with this npm package πŸŽ„

Visit website

Upvoted by

JS Christmas product image

JS Christmas is a lightweight JavaScript package to add Christmas effects to your website. Perfect for adding some holiday cheer to your web applications!

Add snow flakes on your website with 3 lines of code, after installing the package:

import JSChristmas from 'jschristmas';
const christmas = new JSChristmas();
christmas.snowStorm();

Decide the max number of snowflakes, their frequency, etc.

Also available via CDN.