connected-spaces-platform.web 4.28.0 → 4.28.1
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/Debug/ConnectedSpacesPlatform_WASM.js +2 -2
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/README.md +10 -21
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +2 -1
- package/connectedspacesplatform.js +1 -0
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +1 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -1733,6 +1733,7 @@ export var Multiplayer;
|
|
|
1733
1733
|
ComponentType[ComponentType["ECommerce"] = 22] = "ECommerce";
|
|
1734
1734
|
ComponentType[ComponentType["FiducialMarker"] = 23] = "FiducialMarker";
|
|
1735
1735
|
ComponentType[ComponentType["GaussianSplat"] = 24] = "GaussianSplat";
|
|
1736
|
+
ComponentType[ComponentType["Text"] = 25] = "Text";
|
|
1736
1737
|
})(ComponentType = Multiplayer.ComponentType || (Multiplayer.ComponentType = {}));
|
|
1737
1738
|
})(Multiplayer || (Multiplayer = {}));
|
|
1738
1739
|
(function (Multiplayer) {
|