Skip to content

Commit 8ecb16f

Browse files
authored
Merge pull request #16 from dreambo8563/all-contributors/add-dreambo8563
docs: add dreambo8563 as a contributor
2 parents e94ba41 + dcfc228 commit 8ecb16f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "dreambo8563",
10+
"name": "Vincent Guo",
11+
"avatar_url": "https://avatars2.githubusercontent.com/u/6948318?v=4",
12+
"profile": "https://dreambo8563.github.io/",
13+
"contributions": [
14+
"code",
15+
"doc",
16+
"infra"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "vue-particle-effect-buttons",
22+
"projectOwner": "dreambo8563",
23+
"repoType": "github",
24+
"repoHost": "https://github.com"
25+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# vue-particle-effect-button ([demo](https://dreambo8563.github.io/vue-particle-effect-buttons/))
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
> Bursting particle effect buttons for Vue.
45
@@ -107,3 +108,15 @@ I tried to keep the properties exactly the same as in the original codrops versi
107108
- [anime.js](http://animejs.com/) - Underlying animation engine.
108109
- [ParticleEffectsButtons](https://github.com/codrops/ParticleEffectsButtons/) - Original source this library is based on.
109110
- [Codrops Article](https://tympanus.net/codrops/2018/04/25/particle-effects-for-buttons/) - Original article this library is based on.
111+
112+
## Contributors
113+
114+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
115+
116+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
117+
<!-- prettier-ignore -->
118+
<table><tr><td align="center"><a href="https://dreambo8563.github.io/"><img src="https://avatars2.githubusercontent.com/u/6948318?v=4" width="100px;" alt="Vincent Guo"/><br /><sub><b>Vincent Guo</b></sub></a><br /><a href="https://github.com/dreambo8563/vue-particle-effect-buttons/commits?author=dreambo8563" title="Code">💻</a> <a href="https://github.com/dreambo8563/vue-particle-effect-buttons/commits?author=dreambo8563" title="Documentation">📖</a> <a href="#infra-dreambo8563" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td></tr></table>
119+
120+
<!-- ALL-CONTRIBUTORS-LIST:END -->
121+
122+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)