@erikwatson/snowfall 4.1.1 → 4.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -11,7 +11,9 @@ displayed over the top. [Check out this example](http://erikwatson.me/?snow).
|
|
|
11
11
|
- Beautiful
|
|
12
12
|
- Highly configurable | [API docs](https://erikwatson.github.io/snowfall-docs/) | [Config editor](https://erikwatson.github.io/snowfall-editor/)
|
|
13
13
|
- Consistent density of snowflakes, regardless of screen size
|
|
14
|
+
- No bunching on resize
|
|
14
15
|
- Scheduling, so you can set it and forget it
|
|
16
|
+
- [React wrapper](https://www.npmjs.com/package/@erikwatson/react-snowfall)
|
|
15
17
|
|
|
16
18
|
## Instructions
|
|
17
19
|
|
|
@@ -79,6 +81,8 @@ snowfall.schedule(userSchedule, {
|
|
|
79
81
|
|
|
80
82
|
### CDN Links
|
|
81
83
|
|
|
84
|
+
[](https://www.jsdelivr.com/package/npm/@erikwatson/snowfall)
|
|
85
|
+
|
|
82
86
|
- Latest 4.x (minified): `https://cdn.jsdelivr.net/npm/@erikwatson/snowfall@4/dist/index.min.js`
|
|
83
87
|
- Latest 4.x (unminified): `https://cdn.jsdelivr.net/npm/@erikwatson/snowfall@4/dist/index.js`
|
|
84
88
|
- Specific version: `https://cdn.jsdelivr.net/npm/@erikwatson/snowfall@4.0.0/dist/index.min.js`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@erikwatson/snowfall",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"description": "A beautiful and highly configurable snow effect for your winter themed project",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/**/*"
|
|
10
10
|
],
|
|
11
|
-
"repository": "git@github.com:erikwatson/snowfall.
|
|
11
|
+
"repository": "git@github.com:erikwatson/snowfall.git",
|
|
12
12
|
"author": "Erik Watson <erik@erikwatson.me>",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"scripts": {
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"holiday",
|
|
56
56
|
"seasonal"
|
|
57
57
|
],
|
|
58
|
-
"homepage": "https://github.com/erikwatson/snowfall
|
|
58
|
+
"homepage": "https://github.com/erikwatson/snowfall",
|
|
59
59
|
"bugs": {
|
|
60
|
-
"url": "https://github.com/erikwatson/snowfall
|
|
60
|
+
"url": "https://github.com/erikwatson/snowfall/issues"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"exports": {
|