add-snow

1.0.14 • Public • Published

How to use it

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

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

Install the library

npm install -d add-snow

Using the library in a SPA

index.js

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

Using the library directly 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>

Readme

Keywords

none

Package Sidebar

Install

npm i add-snow

Weekly Downloads

0

Version

1.0.14

License

ISC

Unpacked Size

14.5 kB

Total Files

5

Last publish

Collaborators

  • xdanradu