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.
29
+
You can access [these files on unpkg](https://unpkg.com/@microsoft/teams-js@1.3.2/dist/MicrosoftTeams.min.js), download them, or point your package manager to them.
28
30
29
31
## Usage
30
32
@@ -35,26 +37,28 @@ Install either using npm or yarn
35
37
**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.
36
38
37
39
```typescript
38
-
import*asmicrosoftTeamsfrom'@microsoft/teams-js';
40
+
import*asmicrosoftTeamsfrom"@microsoft/teams-js";
39
41
```
40
42
41
43
### As a Script Tag
42
44
43
45
Reference the library inside of your `.html` page using:
<!-- Microsoft Teams JavaScript API (via local) -->
52
55
<scriptsrc="MicrosoftTeams.min.js"></script>
53
56
```
54
57
55
58
## Contributing
59
+
56
60
We strongly welcome and encourage contributions to this project. Please read the [contributor's guide](CONTRIBUTING.md).
57
61
58
-
- - -
62
+
---
59
63
60
-
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
64
+
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
0 commit comments