You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can access [these files on unpkg](https://unpkg.com/@microsoft/teams-js@1.2.5/dist/MicrosoftTeams.min.js), download them, or point your package manager to them.
28
+
You can access [these files on unpkg](https://unpkg.com/@microsoft/teams-js@1.3.0-beta.0/dist/MicrosoftTeams.min.js), download them, or point your package manager to them.
27
29
28
30
## Usage
29
31
@@ -34,26 +36,28 @@ Install either using npm or yarn
34
36
**If you are using any dependency loader** such as [RequireJS](http://requirejs.org/) or [SystemJS](https://github.com/systemjs/systemjs) or module bundler such as [browserify](http://browserify.org/), [webpack](https://webpack.github.io/), you can use `import` syntax to import specific modules. For e.g.
35
37
36
38
```typescript
37
-
import*asmicrosoftTeamsfrom'@microsoft/teams-js';
39
+
import*asmicrosoftTeamsfrom"@microsoft/teams-js";
38
40
```
39
41
40
42
### As a Script Tag
41
43
42
44
Reference the library inside of your `.html` page using:
<!-- Microsoft Teams JavaScript API (via local) -->
51
54
<scriptsrc="MicrosoftTeams.min.js"></script>
52
55
```
53
56
54
57
## Contributing
58
+
55
59
We strongly welcome and encourage contributions to this project. Please read the [contributor's guide](CONTRIBUTING.md).
56
60
57
-
- - -
61
+
---
58
62
59
-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
63
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
0 commit comments