# @easy_it/snowfall

> npm install

Latest version **1.0.1** (published 2022-01-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install @easy_it/snowfall
pnpm add @easy_it/snowfall
yarn add @easy_it/snowfall
bun add @easy_it/snowfall
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-01-06 |
| First published | 2022-01-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 60.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | it_is_easy_it |

## Links

- npm: https://www.npmjs.com/package/@easy_it/snowfall
- npm.io page: https://npm.io/package/@easy_it/snowfall

## Recent versions

- 1.0.1 (latest) — 2022-01-06
- 1.0.0 — 2022-01-06

## README

# Пример реализации эффекта падающего снега на чистом JavaScript

## Как пользоваться:

 npm install

 npm run start
 


## Как установить пакет:

 npm install @easy_it/snowfall

## Пример кода:


```
import snowFall from '@easy_it/SnowFall'
import image from '../img/snowFlake.png'

snowFall.init({
   image: image,
   count: 100,
   className: 'snow-flake',
   nearSize: '20px',
   middleSize: '15px',
   'farSize: '10px'
})

```


## Полезные ссылки

Самый правильный способ установки node и npm, настоятельно рекомендую устанавливать только так, это спасет Вас от лишних проблем в будущем.

https://youtu.be/gP4OPx2vBoc 

Как настроить сборку проекта с помощью webpack

https://youtu.be/unEl3Hezwpw

Как настроить горячую перезагрузку (hot reloading) с помощью webpack

https://youtu.be/oOpzkF2nU0s

---
_Source: https://npm.io/package/@easy_it/snowfall · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
