1
1
# ![ ml5] ( https://user-images.githubusercontent.com/10605821/41332516-2ee26714-6eac-11e8-83e4-a40b8761e764.png )
2
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-60 -orange.svg?style=flat-square )] ( #contributors )
2
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-61 -orange.svg?style=flat-square )] ( #contributors )
3
3
4
4
5
5
[ ![ BrowserStack Status] ( https://www.browserstack.com/automate/badge.svg?badge_key=QVNDdlkvMzNYSmhRRWlweXlIOTBENkd0MDBCOUJlbmFVZFRneFIzNlh4az0tLXA4S0loSGNlVUc2V2I3cVdLdXBKdGc9PQ==--8a5e5bfd3eafbba0702c02ec57ffec9d627a78ef )] ( https://www.browserstack.com/automate/public-build/QVNDdlkvMzNYSmhRRWlweXlIOTBENkd0MDBCOUJlbmFVZFRneFIzNlh4az0tLXA4S0loSGNlVUc2V2I3cVdLdXBKdGc9PQ==--8a5e5bfd3eafbba0702c02ec57ffec9d627a78ef ) [ ![ Version] ( https://img.shields.io/npm/v/ml5.svg?style=flat-square )] ( https://www.npmjs.com/package/ml5 )
@@ -26,19 +26,21 @@ There are several ways you can use the ml5.js library:
26
26
27
27
28
28
29
+
29
30
<p id =" latest-version " >
30
31
31
- * You can use the latest version (0.4.0 ) by adding it to the head section of your HTML document:
32
+ * You can use the latest version (0.4.1 ) by adding it to the head section of your HTML document:
32
33
33
- ** v0.4.0 **
34
+ ** v0.4.1 **
34
35
35
- <script src="https://unpkg.com/[email protected] .0 /dist/ml5.min.js" type="text/javascript"></script>
36
+ <script src="https://unpkg.com/[email protected] .1 /dist/ml5.min.js" type="text/javascript"></script>
36
37
37
38
</p data-id =" latest-version " >
38
39
39
40
40
41
41
42
43
+
42
44
43
45
44
46
* If you need to use an earlier version for any reason, you can change the version number. The [ previous versions of ml5 can be found here] ( https://www.npmjs.com/package/ml5 ) . You can use those previous versions by replacing ` <version> ` with the ml5 version of interest:
@@ -49,7 +51,7 @@ There are several ways you can use the ml5.js library:
49
51
50
52
For example:
51
53
``` js
52
- < script src= " https://unpkg.com/ml5@0.3 .1/dist/ml5.min.js" type= " text/javascript" >< / script>
54
+ < script src= " https://unpkg.com/ml5@0.4 .1/dist/ml5.min.js" type= " text/javascript" >< / script>
53
55
```
54
56
55
57
* You can also reference "latest", but we do not recommend this as your code may break as we update ml5.
@@ -170,6 +172,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
170
172
<td align="center"><a href="https://github.com/EmmaGoodliffe"><img src="https://avatars1.githubusercontent.com/u/32788926?v=4" width="100px;" alt="Emma Goodliffe"/><br /><sub><b>Emma Goodliffe</b></sub></a><br /><a href="#ideas-EmmaGoodliffe" title="Ideas, Planning, & Feedback">🤔</a> <a href="#question-EmmaGoodliffe" title="Answering Questions">💬</a> <a href="#maintenance-EmmaGoodliffe" title="Maintenance">🚧</a></td>
171
173
<td align="center"><a href="http://yangyang.blog"><img src="https://avatars3.githubusercontent.com/u/9332910?v=4" width="100px;" alt="Yang"/><br /><sub><b>Yang</b></sub></a><br /><a href="https://github.com/ml5js/ml5-library/commits?author=EonYang" title="Code">💻</a> <a href="https://github.com/ml5js/ml5-library/issues?q=author%3AEonYang" title="Bug reports">🐛</a></td>
172
174
<td align="center"><a href="https://github.com/lydiajessup"><img src="https://avatars3.githubusercontent.com/u/26204298?v=4" width="100px;" alt="Lydia Jessup"/><br /><sub><b>Lydia Jessup</b></sub></a><br /><a href="https://github.com/ml5js/ml5-library/commits?author=lydiajessup" title="Code">💻</a> <a href="#ideas-lydiajessup" title="Ideas, Planning, & Feedback">🤔</a> <a href="#example-lydiajessup" title="Examples">💡</a></td>
175
+ <td align="center"><a href="https://coding.garden"><img src="https://avatars0.githubusercontent.com/u/14241866?v=4" width="100px;" alt="CJ R."/><br /><sub><b>CJ R.</b></sub></a><br /><a href="https://github.com/ml5js/ml5-library/commits?author=w3cj" title="Documentation">📖</a> <a href="#content-w3cj" title="Content">🖋</a></td>
173
176
</tr >
174
177
</table >
175
178
0 commit comments