@smplrspace/smplr-loader 2.31.1-beta.4 → 2.32.0
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.
|
@@ -3141,7 +3141,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3141
3141
|
z: number;
|
|
3142
3142
|
}
|
|
3143
3143
|
|
|
3144
|
-
export declare const version = "2.
|
|
3144
|
+
export declare const version = "2.32.0";
|
|
3145
3145
|
|
|
3146
3146
|
declare interface ViewerRendererHandle {
|
|
3147
3147
|
zoomIn: () => void
|