@cesdk/engine 1.56.0-nightly.20250708 → 1.56.0-nightly.20250709
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.56.0-nightly.20250708-GBDVLO4A.wasm → cesdk-v1.56.0-nightly.20250709-3J2NXVD7.wasm} +0 -0
- package/assets/core/{worker-host-v1.56.0-nightly.20250708.js → worker-host-v1.56.0-nightly.20250709.js} +1 -1
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.56.0-nightly.20250708-44YCFRT6.data → cesdk-v1.56.0-nightly.20250709-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -5250,7 +5250,7 @@ declare class CreativeEngine {
|
|
|
5250
5250
|
* - `'ly.img.filter.duotone'` - Color effects of various kinds
|
|
5251
5251
|
*
|
|
5252
5252
|
* These assets are parsed from the IMG.LY CDN at `\{\{base_url\}\}/<id>/content.json`, where
|
|
5253
|
-
* `base_url` defaults to 'https://cdn.img.ly/assets/
|
|
5253
|
+
* `base_url` defaults to 'https://cdn.img.ly/assets/v4'.
|
|
5254
5254
|
* Each source is created via `addLocalSource` and populated with the parsed assets. To modify the available
|
|
5255
5255
|
* assets, you may either exclude certain IDs via `excludeAssetSourceIds` or alter the sources after creation.
|
|
5256
5256
|
*
|
|
@@ -5259,7 +5259,7 @@ declare class CreativeEngine {
|
|
|
5259
5259
|
* @returns A promise that resolves when all asset sources are loaded.
|
|
5260
5260
|
*/
|
|
5261
5261
|
addDefaultAssetSources({ baseURL, excludeAssetSourceIds }?: {
|
|
5262
|
-
/** The source of the asset definitions, must be absolute. Defaults to `'https://cdn.img.ly/assets/
|
|
5262
|
+
/** The source of the asset definitions, must be absolute. Defaults to `'https://cdn.img.ly/assets/v4'`. */
|
|
5263
5263
|
baseURL?: string;
|
|
5264
5264
|
/** A list of IDs, that will be ignored during load. */
|
|
5265
5265
|
excludeAssetSourceIds?: DefaultAssetSourceId[];
|