@webcam/react 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +33 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -92,6 +92,39 @@ The component also supports many properties for more specific work:
92
92
  | videoConstraints | object ||[MediaStreamConstraints['video']](https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints)|
93
93
  | stream | object ||external [MediaStream](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream) (turns off internal media stream handling logic)|
94
94
 
95
+ ## ✨ Contributors
96
+
97
+ <table>
98
+ <tr>
99
+ <td align="center" style="word-wrap: break-word; width: 100; height: 100">
100
+ <a href="https://github.com/michael-mir">
101
+ <img src="https://avatars.githubusercontent.com/u/88126915?v=4"
102
+ width="100;"
103
+ alt="michael-mir" />
104
+ <br />
105
+ <sub style="font-size:13px"><b>🌶️ michael-mir</b></sub>
106
+ </a>
107
+ </td>
108
+ <td align="center" style="word-wrap: break-word; width: 100; height: 100">
109
+ <a href="https://github.com/debabin">
110
+ <img src="https://avatars.githubusercontent.com/u/45297354?v=4"
111
+ width="100;"
112
+ alt="debabin" />
113
+ <br />
114
+ <sub style="font-size:13px"><b>🧊 debabin</b></sub>
115
+ </a>
116
+ </td>
117
+ <td align="center" style="word-wrap: break-word; width: 100.0; height: 100.0">
118
+ <a href="https://github.com/RiceWithMeat">
119
+ <img src="https://avatars.githubusercontent.com/u/47690223?v=4"
120
+ width="100;"
121
+ alt="RiceWithMeat" />
122
+ <br />
123
+ <sub style="font-size:13px"><b>🐘 RiceWithMeat</b></sub>
124
+ </a>
125
+ </td>
126
+ </tr>
127
+ </table>
95
128
 
96
129
 
97
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webcam/react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Ultimate tool for working with media stream and displaying it in your React application",
5
5
  "license": "MIT",
6
6
  "author": {