@cesdk/node 1.69.0-nightly.20260129 → 1.69.0-nightly.20260130
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/assets/core/{cesdk-v1.69.0-nightly.20260129-XAVYWA4A.wasm → cesdk-v1.69.0-nightly.20260130-BEE5OJ3C.wasm} +0 -0
- package/index.d.ts +3 -1
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.69.0-nightly.20260129-MLEZSZ4D.data → cesdk-v1.69.0-nightly.20260130-MLEZSZ4D.data} +0 -0
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -8381,7 +8381,9 @@ export declare interface Settings {
|
|
|
8381
8381
|
clampThumbnailTextureSizes: boolean;
|
|
8382
8382
|
/** Toggle the dock components visibility */
|
|
8383
8383
|
'dock/hideLabels': boolean;
|
|
8384
|
-
/** The root directory
|
|
8384
|
+
/** The root directory for resolving relative paths and `bundle://` URIs.
|
|
8385
|
+
* Also used as the base URL for loading font fallback files and the default emoji font (when self-hosting assets).
|
|
8386
|
+
* If empty, defaults to `https://cdn.img.ly/assets/v4` for font/emoji assets. */
|
|
8385
8387
|
basePath: string;
|
|
8386
8388
|
/** The URI for the default emoji font file. */
|
|
8387
8389
|
defaultEmojiFontFileUri: string;
|