Skip to content

Instantly share code, notes, and snippets.

@JayCuthrell
Created May 31, 2025 03:32
Show Gist options
  • Save JayCuthrell/56eeeabd60fdad59dcbc0bbceb7ca27b to your computer and use it in GitHub Desktop.
Save JayCuthrell/56eeeabd60fdad59dcbc0bbceb7ca27b to your computer and use it in GitHub Desktop.
<!-- 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