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.