@spiffcommerce/core 39.2.3 → 39.2.4
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1164 -1164
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5575,9 +5575,9 @@ declare class FrameStepHandle extends StepHandle<FrameStepData> {
|
|
|
5575
5575
|
*/
|
|
5576
5576
|
selectImage(asset: Asset, storeAsOriginal?: boolean, recalculateOffsets?: boolean): Promise<void>;
|
|
5577
5577
|
/**
|
|
5578
|
-
* Returns `true` if the
|
|
5578
|
+
* Returns `true` if the Advanced Image Manipulation addon is available for the current session.
|
|
5579
5579
|
*/
|
|
5580
|
-
|
|
5580
|
+
canUseAdvancedImageManipulation(): Promise<boolean>;
|
|
5581
5581
|
/**
|
|
5582
5582
|
* Returns `true` if the Background Remover is available for the current session and if the associated frame has a user-supplied raster image.
|
|
5583
5583
|
*/
|