README
snofall
Add a simple falling snow animation to a web page.
Usage
import * as Snowfall from "./snowfall";
Snowfall.start();
Simple snowfall animation
<script type="module">
import shinypbSnofall from 'https://cdn.skypack.dev/@shinypb/snofall';
</script>
Add a simple falling snow animation to a web page.
import * as Snowfall from "./snowfall";
Snowfall.start();