Skip to content

Commit 238928f

Browse files
committed
Feat : version 0.0.8 new updates
1 parent 65f033b commit 238928f

32 files changed

+2768
-32238
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,8 @@ typings/
149149
!.vscode/extensions.json
150150
*.code-workspace
151151

152-
# End of https://www.toptal.com/developers/gitignore/api/macos,node,vscode
152+
# End of https://www.toptal.com/developers/gitignore/api/macos,node,vscode
153+
154+
# Added by cargo
155+
156+
target/

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
example/

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"rust-analyzer.linkedProjects": ["./Cargo.toml"]
3+
}

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# SnowyJS
1+
# FallingJS
22

3-
<img width="1000" src="https://raw.githubusercontent.com/Neulhan/snowyjs/master/example/logo.svg" width="300"/>
3+
<img width="1000" src="https://raw.githubusercontent.com/Neulhan/fallingjs/master/example/logo.svg" width="300"/>
44

5-
SnowyJS will help you use the beautiful snowing effect very simply!
6-
`example`: https://neulhan.github.io/snowyjs/
5+
FallingJS will help you use the beautiful snowing effect very simply!
6+
`example`: https://neulhan.github.io/fallingjs/
77

88
## Preview
99

10-
<img src="https://raw.githubusercontent.com/Neulhan/snowyjs/master/example/preview.png" />
10+
<img src="https://raw.githubusercontent.com/Neulhan/fallingjs/master/example/preview.png" />
1111

1212
## Get Started
1313

@@ -41,4 +41,3 @@ SnowyJS will help you use the beautiful snowing effect very simply!
4141
- Add event hooks
4242
- Angle range fix
4343
- Refactoring frequency process to `requestAnimationFrame`
44-
47.9 KB
Binary file not shown.

dist/index.js

Lines changed: 1276 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snowy.js

Lines changed: 0 additions & 10942 deletions
This file was deleted.

dist/snowy.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)