Skip to content

pweth/javascript-snow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Snow

Lightweight JavaScript snowfall particle animation (under 650 bytes)

View a live demo here: https://pweth.com/javascript-snow/

Setup ⚙️

  • Create a canvas element with an ID of "snowfall-element"
<canvas id="snowfall-element">
  • Adjust the size of the canvas element as you require

  • Include the snowfall.js or snowfall.min.js file in your HTML (below your canvas element)

<script src="snowfall.min.js"></script>
  • Let it snow! ❄️

About

❄️ JavaScript snow animation under 650 bytes

Resources

License

Stars

Watchers

Forks