@splinetool/runtime 1.10.27 → 1.10.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splinetool/runtime",
3
- "version": "1.10.27",
3
+ "version": "1.10.29",
4
4
  "description": "Spline is a collaborative design platform for creating production-ready interactive experiences in multiple dimensions. © 2024 Spline, Inc.",
5
5
  "keywords": [
6
6
  "spline",
package/runtime.d.ts CHANGED
@@ -127,6 +127,12 @@ declare module '@splinetool/runtime' {
127
127
  * - `continuous` continuously render, once per frame.
128
128
  */
129
129
  renderMode?: 'auto' | 'manual' | 'continuous';
130
+
131
+ /**
132
+ * Path to the various WASM files used by the runtime.
133
+ * If not set the runtime will load the WASM files from the CDN.
134
+ */
135
+ wasmPath?: string;
130
136
  }
131
137
  );
132
138
  /**