@cesdk/engine 1.41.0-rc.0 → 1.41.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.
- package/assets/core/{cesdk-v1.41.0-rc.0-HCMAD7NE.wasm → cesdk-v1.41.0-JXIVAUV3.wasm} +0 -0
- package/assets/core/{worker-host-v1.41.0-rc.0.js → worker-host-v1.41.0.js} +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.41.0-rc.0-XHZXX7DG.data → cesdk-v1.41.0-XHZXX7DG.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -1539,7 +1539,7 @@ export declare class BlockAPI {
|
|
|
1539
1539
|
setCropTranslationY(id: DesignBlockId, translationY: number): void;
|
|
1540
1540
|
/**
|
|
1541
1541
|
* Resets the manually set crop of the given design block.
|
|
1542
|
-
* The block's content fill mode is set to '
|
|
1542
|
+
* The block's content fill mode is set to 'Cover'.
|
|
1543
1543
|
* If the block has a fill, the crop values are updated so that it covers the block.
|
|
1544
1544
|
* Required scope: 'layer/crop'
|
|
1545
1545
|
* @param id - The block whose crop should be reset.
|