Skip to content

Commit ad5323e

Browse files
committed
Update NPM dependencies
1 parent c04a5bf commit ad5323e

File tree

3 files changed

+506
-47
lines changed

3 files changed

+506
-47
lines changed

INDEX.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Welcome to the PlayCanvas API Reference! This documentation provides detailed in
44

55
This documentation is organized into modules that correspond to different PlayCanvas products. Each section contains detailed descriptions of classes, methods, and their respective usage.
66

7-
| Module | Description |
8-
| -------------- | ---------------------------------------------------------------------------------------------------------------------- |
9-
| [Engine][1] | The core engine API that powers PlayCanvas applications, providing support for graphics, physics, and more. |
10-
| [Editor][2] | The API for automating and enhancing the functionality of the PlayCanvas Editor. |
11-
| [PCUI][3] | A web front-end framework specifically tailored for creating UIs in browser-based tools. |
12-
| [PCUIGraph][4] | A PCUI extension providing a component for managing node-based graphs. |
13-
| [Observer][5] | An implementation of the [observer pattern][6], essential for event handling and data binding in complex applications. |
7+
| Module | Description |
8+
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------- |
9+
| [Engine](/modules/Engine.html) | The core engine API that powers PlayCanvas applications, providing support for graphics, physics, and more. |
10+
| [Editor](/modules/Editor.html) | The API for automating and enhancing the functionality of the PlayCanvas Editor. |
11+
| [PCUI](/modules/PCUI.html) | A web front-end framework specifically tailored for creating UIs in browser-based tools. |
12+
| [PCUIGraph](/modules/PCUIGraph.html) | A PCUI extension providing a component for managing node-based graphs. |
13+
| [Observer](/modules/Observer.html) | An implementation of the [observer pattern][https://en.wikipedia.org/wiki/Observer_pattern], essential for event handling and data binding in complex apps. |
1414

1515
### 🚀 Getting Started
1616

@@ -30,10 +30,3 @@ This project is licensed under the [MIT License](https://opensource.org/licenses
3030
---
3131

3232
Thank you for choosing PlayCanvas! We're excited to see what you build. ❤️
33-
34-
[1]: https://api.playcanvas.com/modules/Engine.html
35-
[2]: https://api.playcanvas.com/modules/Editor.html
36-
[3]: https://api.playcanvas.com/modules/PCUI.html
37-
[4]: https://api.playcanvas.com/modules/PCUIGraph.html
38-
[5]: https://api.playcanvas.com/modules/Observer.html
39-
[6]: https://en.wikipedia.org/wiki/Observer_pattern

0 commit comments

Comments
 (0)