Created
May 31, 2025 03:32
-
-
Save JayCuthrell/56eeeabd60fdad59dcbc0bbceb7ca27b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- via https://www.zachleat.com/web/snow-fall --> | |
<script defer type="module" src="https://unpkg.com/@zachleat/[email protected]/snow-fall.js"></script> | |
<script type="module" defer> | |
const snow = document.createElement('snow-fall'); | |
document.body.prepend(snow) | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment