Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/elraccoone/react-unity-webgl/master/.github/WIKI/logo.png" height="300px"></br>

[![license](https://img.shields.io/badge/license-Apache_2.0-red.svg?style=for-the-badge)]()
[![Financial Contributors on Open Collective](https://opencollective.com/react-unity-webgl/all/badge.svg?style=for-the-badge)](https://opencollective.com/react-unity-webgl) [![license](https://img.shields.io/badge/license-Apache_2.0-red.svg?style=for-the-badge)]()
[![npm](https://img.shields.io/npm/v/react-unity-webgl.svg?style=for-the-badge)]()
[![npm](https://img.shields.io/badge/build-passing-brightgreen.svg?style=for-the-badge)]()
<br/>
Expand Down Expand Up @@ -54,3 +54,33 @@ export class App extends React.Component {
}
}
```

## Contributors

### Code Contributors

This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="https://github.com/elraccoone/react-unity-webgl/graphs/contributors"><img src="https://opencollective.com/react-unity-webgl/contributors.svg?width=890&button=false" /></a>

### Financial Contributors

Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/react-unity-webgl/contribute)]

#### Individuals

<a href="https://opencollective.com/react-unity-webgl"><img src="https://opencollective.com/react-unity-webgl/individuals.svg?width=890"></a>

#### Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/react-unity-webgl/contribute)]

<a href="https://opencollective.com/react-unity-webgl/organization/0/website"><img src="https://opencollective.com/react-unity-webgl/organization/0/avatar.svg"></a>
<a href="https://opencollective.com/react-unity-webgl/organization/1/website"><img src="https://opencollective.com/react-unity-webgl/organization/1/avatar.svg"></a>
<a href="https://opencollective.com/react-unity-webgl/organization/2/website"><img src="https://opencollective.com/react-unity-webgl/organization/2/avatar.svg"></a>
<a href="https://opencollective.com/react-unity-webgl/organization/3/website"><img src="https://opencollective.com/react-unity-webgl/organization/3/avatar.svg"></a>
<a href="https://opencollective.com/react-unity-webgl/organization/4/website"><img src="https://opencollective.com/react-unity-webgl/organization/4/avatar.svg"></a>
<a href="https://opencollective.com/react-unity-webgl/organization/5/website"><img src="https://opencollective.com/react-unity-webgl/organization/5/avatar.svg"></a>
<a href="https://opencollective.com/react-unity-webgl/organization/6/website"><img src="https://opencollective.com/react-unity-webgl/organization/6/avatar.svg"></a>
<a href="https://opencollective.com/react-unity-webgl/organization/7/website"><img src="https://opencollective.com/react-unity-webgl/organization/7/avatar.svg"></a>
<a href="https://opencollective.com/react-unity-webgl/organization/8/website"><img src="https://opencollective.com/react-unity-webgl/organization/8/avatar.svg"></a>
<a href="https://opencollective.com/react-unity-webgl/organization/9/website"><img src="https://opencollective.com/react-unity-webgl/organization/9/avatar.svg"></a>
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"start": "tsc --watch",
"test": "tsc",
"prepublish": "npm run test"
"prepublish": "npm run test",
"postinstall": "opencollective-postinstall || true"
},
"repository": {
"type": "git",
Expand All @@ -26,5 +27,12 @@
"devDependencies": {
"@types/react": "16.8.14",
"typescript": "^3.4.5"
},
"dependencies": {
"opencollective-postinstall": "^2.0.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-unity-webgl"
}
}
}