Skip to content

Commit

Permalink
Merge pull request #71 from tuanngocptn/master
Browse files Browse the repository at this point in the history
Docs: add Contributors part
  • Loading branch information
baronha authored May 15, 2024
2 parents 7c6cc62 + 4a531a3 commit 2cbf673
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/contribute-list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- main
- master

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49 changes: 45 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ You have to create ```LUTs.bundle``` and add all your LUT Photo(Re-name your LUT
## Stickers 🤌
### Remote
You need to pass an array of image urls to the sticker parameter in [options](#options)
[Example](https://github.com/baronha/react-native-photo-editor/blob/dev/example/src/assets/data/stickers.json):
[Example](https://github.com/baronha/react-native-photo-editor/blob/dev/example/src/assets/data/stickers.json):
```
[
"https://cdn-icons-png.flaticon.com/512/5272/5272912.png",
"https://cdn-icons-png.flaticon.com/512/5272/5272913.png",
"https://cdn-icons-png.flaticon.com/512/5272/5272916.png",
...
]
]
```
### Local

Expand All @@ -135,9 +135,9 @@ You have to create ```Stickers.bundle``` and add all your sticker into ```Sticke
<br>
<br>
![](resources/sticker_tutorial_ios.png)

#### Android
You have to create ```Stickers``` folder inside ```assets``` folder. Then drag or copy all sticker in to ```Sticker``` folder.
You have to create ```Stickers``` folder inside ```assets``` folder. Then drag or copy all sticker in to ```Sticker``` folder.
[See detail](https://github.com/baronha/react-native-photo-editor/tree/master/example/android/app/src/main/assets/Stickers)
<br>
<br>
Expand All @@ -156,6 +156,47 @@ or [pull request](https://github.com/baronha/react-native-photo-editor/pulls). B

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## Contributors ✨

Thanks go to these wonderful people:

<!-- readme: collaborators,contributors -start -->
<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/tuanngocptn">
<img src="https://avatars.githubusercontent.com/u/22292704?v=4" width="100;" alt="tuanngocptn"/>
<br />
<sub><b>Nick - Ngoc Pham</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/baronha">
<img src="https://avatars.githubusercontent.com/u/23580920?v=4" width="100;" alt="baronha"/>
<br />
<sub><b>Bảo Hà.</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/abhishek-infobeans">
<img src="https://avatars.githubusercontent.com/u/66667656?v=4" width="100;" alt="abhishek-infobeans"/>
<br />
<sub><b>abhishek-infobeans</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Bassiuz">
<img src="https://avatars.githubusercontent.com/u/8895636?v=4" width="100;" alt="Bassiuz"/>
<br />
<sub><b>Bas de Vaan</b></sub>
</a>
</td>
</tr>
<tbody>
</table>
<!-- readme: collaborators,contributors -end -->

## License

MIT

0 comments on commit 2cbf673

Please sign in to comment.