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 zachleat , and its beautiful… to me. I like the way it looks, its simple and whimsical. Install ─────── There is an npm package @zachleat/snow-fall if that’s your thing. I like vendoring in small things like this. ``` 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. ``` get-snowfall: curl -o static/snow-fall.js https://raw.githubusercontent.com/zachleat/snow-fall/refs/heads/main/snow-fall.js ``` Usage ───── Now add the component to your page. ``` ```