Skip to content

xdanradu/add-snow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

add-snow library

Try it on stackblitz: https://stackblitz.com/edit/js-iabuun?file=index.js

Github repo: https://github.com/xdanradu/add-snow

Install the library

npm install -d add-snow

Using the library in a JS app

index.js

import * as snow from 'add-snow';
snow.start();

Using the library in HTML

index.html

<html>
<head>
    <style>
        body {
            background-color: #222;
        }
    </style>
    <script src="node_modules/add-snow/dist/add-snow.js"></script>
    <script>
        window.onload = () => {
            snow.start();
        };
    </script>
</head>
<body></body>
</html>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published