web snow fall
━━━━━━━━━━━━━
I found snow-fall component from zachleat, and its beautiful... to me. I like the way it looks, its simple and whimsical.
Date: December 9, 2025
I found snow-fall component from [4m[38;2;127;187;179mzachleat[0m <[38;2;122;132;120mhttps://www.zachleat.com/web/snow-fall/[0m>, and its beautiful… to me. I like the way it looks, its simple and whimsical.
[1m[38;2;167;192;128mInstall[0m
[38;2;71;82;88m───────[0m
There is an npm package [38;2;167;192;128m@zachleat/snow-fall[0m if that’s your thing. I like vendoring in small things like this.
[38;2;122;132;120m[code][0m
curl -o static/snow-fall.js https://raw.githubusercontent.com/zachleat/snow-fall/refs/heads/main/snow-fall.js
I generally save it in my justfile so that I remember how I got it and how to update…. yaya I could use npm, but I don’t for no build sites.
[38;2;122;132;120m[code][0m
get-snowfall:
curl -o static/snow-fall.js https://raw.githubusercontent.com/zachleat/snow-fall/refs/heads/main/snow-fall.js
[1m[38;2;167;192;128mUsage[0m
[38;2;71;82;88m─────[0m
Now add the component to your page.
[38;2;122;132;120m[code][0m