@playcanvas/web-components 0.2.8 → 0.2.10
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.
- package/README.md +6 -4
- package/dist/pwc.cjs +1 -0
- package/dist/pwc.cjs.map +1 -1
- package/dist/pwc.js +1 -0
- package/dist/pwc.js.map +1 -1
- package/dist/pwc.min.js +1 -1
- package/dist/pwc.min.js.map +1 -1
- package/dist/pwc.mjs +1 -0
- package/dist/pwc.mjs.map +1 -1
- package/package.json +10 -10
- package/src/asset.ts +1 -0
package/README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# PlayCanvas Web Components
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@playcanvas/web-components)
|
|
4
4
|
[](https://npmtrends.com/@playcanvas/web-components)
|
|
5
|
-
[](https://github.com/playcanvas/web-components/blob/main/LICENSE)
|
|
6
|
+
[](https://discord.gg/RSaMRzg)
|
|
7
|
+
[](https://www.reddit.com/r/PlayCanvas)
|
|
8
|
+
[](https://x.com/intent/follow?screen_name=playcanvas)
|
|
7
9
|
|
|
8
|
-
| [User
|
|
10
|
+
| [User Manual](https://developer.playcanvas.com//user-manual/web-components) | [API Reference](https://api.playcanvas.com/web-components) | [Examples](https://playcanvas.github.io/web-components/examples) | [Blog](https://blog.playcanvas.com) | [Forum](https://forum.playcanvas.com) |
|
|
9
11
|
|
|
10
12
|
PlayCanvas Web Components are a set of custom HTML elements for building 3D interactive web apps. Using the declarative nature of HTML makes it both easy and fun to incorporate 3D into your website. Check out this simple example:
|
|
11
13
|
|