@cesdk/engine 1.58.0-nightly.20250730 → 1.58.0-nightly.20250801
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.58.0-nightly.20250730-NALWSS27.wasm → cesdk-v1.58.0-nightly.20250801-J35TECJZ.wasm} +0 -0
- package/assets/core/{worker-host-v1.58.0-nightly.20250730.js → worker-host-v1.58.0-nightly.20250801.js} +1 -1
- package/index.d.ts +0 -49
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.58.0-nightly.20250730-44YCFRT6.data → cesdk-v1.58.0-nightly.20250801-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -1018,7 +1018,6 @@ export declare type AssetTransformPreset = AssetFixedAspectRatio | AssetFreeAspe
|
|
|
1018
1018
|
/**
|
|
1019
1019
|
* Represents the options for exporting audio.
|
|
1020
1020
|
*
|
|
1021
|
-
* @categoryDescription Audio Export Options
|
|
1022
1021
|
* Defines the possible options for exporting audio.
|
|
1023
1022
|
* - 'mimeType': The MIME type of the output audio file.
|
|
1024
1023
|
* - 'onProgress': A callback which reports on the progress of the export.
|
|
@@ -5018,9 +5017,6 @@ export declare class BlockAPI {
|
|
|
5018
5017
|
* The `BlockEvent` interface provides a set of properties that describe an event related to
|
|
5019
5018
|
* a design block, including the block ID and the type of event.
|
|
5020
5019
|
*
|
|
5021
|
-
* @categoryDescription BlockEvent
|
|
5022
|
-
* Methods for working with events related to design blocks.
|
|
5023
|
-
*
|
|
5024
5020
|
* @public
|
|
5025
5021
|
*/
|
|
5026
5022
|
export declare interface BlockEvent {
|
|
@@ -5047,9 +5043,6 @@ export declare type BlockState = BlockStateError | BlockStatePending | BlockStat
|
|
|
5047
5043
|
* The `BlockStateError` interface provides a set of properties that describe an error state
|
|
5048
5044
|
* for a design block, including the type of error and a description of the error.
|
|
5049
5045
|
*
|
|
5050
|
-
* @categoryDescription BlockStateError
|
|
5051
|
-
* Methods for working with error states for design blocks.
|
|
5052
|
-
*
|
|
5053
5046
|
* @public
|
|
5054
5047
|
*/
|
|
5055
5048
|
export declare interface BlockStateError {
|
|
@@ -5063,9 +5056,6 @@ export declare interface BlockStateError {
|
|
|
5063
5056
|
* The `BlockStatePending` interface provides a set of properties that describe a pending
|
|
5064
5057
|
* state for a design block, including the type of state and the progress of the operation.
|
|
5065
5058
|
*
|
|
5066
|
-
* @categoryDescription BlockStatePending
|
|
5067
|
-
* Methods for working with pending states for design blocks.
|
|
5068
|
-
*
|
|
5069
5059
|
* @public
|
|
5070
5060
|
*/
|
|
5071
5061
|
export declare interface BlockStatePending {
|
|
@@ -5080,9 +5070,6 @@ export declare interface BlockStatePending {
|
|
|
5080
5070
|
* The `BlockStateReady` interface provides a set of properties that describe a ready state
|
|
5081
5071
|
* for a design block, including the type of state.
|
|
5082
5072
|
*
|
|
5083
|
-
* @categoryDescription BlockStateReady
|
|
5084
|
-
* Methods for working with ready states for design blocks.
|
|
5085
|
-
*
|
|
5086
5073
|
* @public
|
|
5087
5074
|
*/
|
|
5088
5075
|
export declare interface BlockStateReady {
|
|
@@ -5127,7 +5114,6 @@ export declare type BlurTypeShorthand = 'uniform' | 'linear' | 'mirrored' | 'rad
|
|
|
5127
5114
|
/**
|
|
5128
5115
|
* Represents the names of boolean operations.
|
|
5129
5116
|
*
|
|
5130
|
-
* @categoryDescription Boolean Operation
|
|
5131
5117
|
* Defines the possible boolean operations.
|
|
5132
5118
|
* - 'Difference': The difference between two shapes.
|
|
5133
5119
|
* - 'Intersection': The intersection of two shapes.
|
|
@@ -5144,9 +5130,6 @@ export declare type BooleanOperation = 'Difference' | 'Intersection' | 'Union' |
|
|
|
5144
5130
|
* The `Buffer` interface provides a set of properties that describe a buffer of data,
|
|
5145
5131
|
* including a handle and the buffer itself.
|
|
5146
5132
|
*
|
|
5147
|
-
* @categoryDescription Buffer
|
|
5148
|
-
* Methods for working with buffers of data.
|
|
5149
|
-
*
|
|
5150
5133
|
* @public
|
|
5151
5134
|
*/
|
|
5152
5135
|
export declare interface Buffer {
|
|
@@ -5188,7 +5171,6 @@ export declare type CMYK = [c: number, m: number, y: number, k: number];
|
|
|
5188
5171
|
/**
|
|
5189
5172
|
* Represents a CMYK color value.
|
|
5190
5173
|
*
|
|
5191
|
-
* @categoryDescription CMYK Color
|
|
5192
5174
|
* Defines a CMYK color value with components between 0 and 1.
|
|
5193
5175
|
* - 'c': The cyan component.
|
|
5194
5176
|
* - 'm': The magenta component.
|
|
@@ -5263,9 +5245,6 @@ export declare interface CompleteAssetResult extends AssetResult {
|
|
|
5263
5245
|
* user ID, core settings, logger, feature flags, presets, force WebGL1, audio output,
|
|
5264
5246
|
* and role.
|
|
5265
5247
|
*
|
|
5266
|
-
* @categoryDescription Configuration
|
|
5267
|
-
* Methods for configuring the settings of the Creative Editor SDK.
|
|
5268
|
-
*
|
|
5269
5248
|
* @public
|
|
5270
5249
|
*/
|
|
5271
5250
|
export declare interface Configuration {
|
|
@@ -6474,7 +6453,6 @@ export declare type EffectTypeShorthand = 'adjustments' | 'cross_cut' | 'dot_pat
|
|
|
6474
6453
|
/**
|
|
6475
6454
|
* Represents an engine plugin.
|
|
6476
6455
|
*
|
|
6477
|
-
* @categoryDescription Engine Plugin
|
|
6478
6456
|
* Defines the structure of an engine plugin, including its name, version, and initialization function.
|
|
6479
6457
|
* - 'name': The name of the plugin.
|
|
6480
6458
|
* - 'version': The version of the plugin.
|
|
@@ -6491,7 +6469,6 @@ export declare interface EnginePlugin {
|
|
|
6491
6469
|
/**
|
|
6492
6470
|
* Represents the context for an engine plugin.
|
|
6493
6471
|
*
|
|
6494
|
-
* @categoryDescription Engine Plugin Context
|
|
6495
6472
|
* Defines the context provided to an engine plugin, including APIs for assets, blocks, scenes, editor, events, and variables.
|
|
6496
6473
|
* - 'engine': The engine instance containing APIs for asset, block, scene, editor, event, and variable management.
|
|
6497
6474
|
*
|
|
@@ -6553,7 +6530,6 @@ declare interface ExportAudioOptions {
|
|
|
6553
6530
|
/**
|
|
6554
6531
|
* Represents the options for exporting a design block.
|
|
6555
6532
|
*
|
|
6556
|
-
* @categoryDescription Export Options
|
|
6557
6533
|
* Defines the possible options for exporting a design block.
|
|
6558
6534
|
* - 'mimeType': The MIME type of the output file.
|
|
6559
6535
|
* - 'pngCompressionLevel': The PNG compression level to use, when exporting to PNG.
|
|
@@ -6647,9 +6623,6 @@ export declare type ExportOptions = {
|
|
|
6647
6623
|
* for JPEG, WebP, PNG, and PDF exports, as well as options for resizing and
|
|
6648
6624
|
* adding underlayers.
|
|
6649
6625
|
*
|
|
6650
|
-
* @categoryDescription Export Options
|
|
6651
|
-
* Methods for configuring export settings for design blocks.
|
|
6652
|
-
*
|
|
6653
6626
|
* @public
|
|
6654
6627
|
*/
|
|
6655
6628
|
declare interface ExportOptions_2 {
|
|
@@ -6758,9 +6731,6 @@ declare interface Flip {
|
|
|
6758
6731
|
* The Font interface defines the structure of a font within the Creative Editor SDK.
|
|
6759
6732
|
* It includes properties for the uri, subFamily, weight, and style.
|
|
6760
6733
|
*
|
|
6761
|
-
* @categoryDescription Fonts
|
|
6762
|
-
* Methods for managing fonts within the editor.
|
|
6763
|
-
*
|
|
6764
6734
|
* @public
|
|
6765
6735
|
*/
|
|
6766
6736
|
export declare interface Font {
|
|
@@ -6776,9 +6746,6 @@ export declare interface Font {
|
|
|
6776
6746
|
* The FontStyle type defines the possible styles of a font within the Creative Editor SDK.
|
|
6777
6747
|
* Each style corresponds to a different appearance, allowing for flexibility in how fonts are styled.
|
|
6778
6748
|
*
|
|
6779
|
-
* @categoryDescription Fonts
|
|
6780
|
-
* Methods for managing font styles within the editor.
|
|
6781
|
-
*
|
|
6782
6749
|
* @public
|
|
6783
6750
|
*/
|
|
6784
6751
|
export declare type FontStyle = 'normal' | 'italic';
|
|
@@ -6789,9 +6756,6 @@ export declare type FontStyle = 'normal' | 'italic';
|
|
|
6789
6756
|
* The FontWeight type defines the possible weights of a font within the Creative Editor SDK.
|
|
6790
6757
|
* Each weight corresponds to a different thickness, allowing for flexibility in how fonts are styled.
|
|
6791
6758
|
*
|
|
6792
|
-
* @categoryDescription Fonts
|
|
6793
|
-
* Methods for managing font weights within the editor.
|
|
6794
|
-
*
|
|
6795
6759
|
* @public
|
|
6796
6760
|
*/
|
|
6797
6761
|
export declare type FontWeight = 'thin' | 'extraLight' | 'light' | 'normal' | 'medium' | 'semiBold' | 'bold' | 'extraBold' | 'heavy';
|
|
@@ -6799,7 +6763,6 @@ export declare type FontWeight = 'thin' | 'extraLight' | 'light' | 'normal' | 'm
|
|
|
6799
6763
|
/**
|
|
6800
6764
|
* Represents a gradient color stop.
|
|
6801
6765
|
*
|
|
6802
|
-
* @categoryDescription Gradient Color Stop
|
|
6803
6766
|
* Defines a gradient color stop with a color and a stop position.
|
|
6804
6767
|
* - 'color': The color value.
|
|
6805
6768
|
* - 'stop': The relative position of the color within the gradient in the range [0, 1].
|
|
@@ -7240,7 +7203,6 @@ export declare type RGBA = [r: number, g: number, b: number, a: number];
|
|
|
7240
7203
|
/**
|
|
7241
7204
|
* Represents an RGBA color value.
|
|
7242
7205
|
*
|
|
7243
|
-
* @categoryDescription RGBA Color
|
|
7244
7206
|
* Defines an RGBA color value with components between 0 and 1.
|
|
7245
7207
|
* - 'r': The red component.
|
|
7246
7208
|
* - 'g': The green component.
|
|
@@ -7263,7 +7225,6 @@ export declare interface RGBAColor {
|
|
|
7263
7225
|
/**
|
|
7264
7226
|
* Represents an RGB color value.
|
|
7265
7227
|
*
|
|
7266
|
-
* @categoryDescription RGB Color
|
|
7267
7228
|
* Defines an RGB color value with components between 0 and 1.
|
|
7268
7229
|
* - 'r': The red component.
|
|
7269
7230
|
* - 'g': The green component.
|
|
@@ -7965,7 +7926,6 @@ export declare type SettingsColorRGBA = SettingsColor;
|
|
|
7965
7926
|
/**
|
|
7966
7927
|
* Represents the enum settings available in the editor.
|
|
7967
7928
|
*
|
|
7968
|
-
* @categoryDescription Enum Settings
|
|
7969
7929
|
* Defines the possible enum settings in the editor.
|
|
7970
7930
|
* - 'doubleClickSelectionMode': The mode for double-click selection.
|
|
7971
7931
|
* - 'touch/pinchAction': The action for pinch gestures.
|
|
@@ -8089,7 +8049,6 @@ export declare interface Source {
|
|
|
8089
8049
|
/**
|
|
8090
8050
|
* Represents a spot color value.
|
|
8091
8051
|
*
|
|
8092
|
-
* @categoryDescription Spot Color
|
|
8093
8052
|
* Defines a spot color value with a name, tint, and external reference.
|
|
8094
8053
|
* - 'name': The name of the spot color.
|
|
8095
8054
|
* - 'tint': The tint factor.
|
|
@@ -8204,9 +8163,6 @@ export declare type TextCase = 'Normal' | 'Uppercase' | 'Lowercase' | 'Titlecase
|
|
|
8204
8163
|
* The `TransientResource` interface provides a set of properties that describe a transient
|
|
8205
8164
|
* resource, including a URI and the size of the resource.
|
|
8206
8165
|
*
|
|
8207
|
-
* @categoryDescription TransientResource
|
|
8208
|
-
* Methods for working with transient resources.
|
|
8209
|
-
*
|
|
8210
8166
|
* @public
|
|
8211
8167
|
*/
|
|
8212
8168
|
export declare interface TransientResource {
|
|
@@ -8220,9 +8176,6 @@ export declare interface TransientResource {
|
|
|
8220
8176
|
* The Typeface interface defines the structure of a typeface within the Creative Editor SDK.
|
|
8221
8177
|
* It includes properties for the name and fonts.
|
|
8222
8178
|
*
|
|
8223
|
-
* @categoryDescription Fonts
|
|
8224
|
-
* Methods for managing typefaces within the editor.
|
|
8225
|
-
*
|
|
8226
8179
|
* @public
|
|
8227
8180
|
*/
|
|
8228
8181
|
export declare interface Typeface {
|
|
@@ -8237,7 +8190,6 @@ export declare interface Typeface {
|
|
|
8237
8190
|
*
|
|
8238
8191
|
* @deprecated This type definition is not used anymore and will be removed.
|
|
8239
8192
|
*
|
|
8240
|
-
* @categoryDescription Typeface Definition
|
|
8241
8193
|
* Defines the structure of a typeface definition, including metadata, family name, and font details.
|
|
8242
8194
|
* - 'meta': Optional metadata for the typeface, including default status, library, and categories.
|
|
8243
8195
|
* - 'family': The name of the typeface family.
|
|
@@ -8349,7 +8301,6 @@ export declare type VerticalTextAlignment = 'Top' | 'Bottom' | 'Center';
|
|
|
8349
8301
|
/**
|
|
8350
8302
|
* Represents the options for exporting a video.
|
|
8351
8303
|
*
|
|
8352
|
-
* @categoryDescription Video Export Options
|
|
8353
8304
|
* Defines the possible options for exporting a video.
|
|
8354
8305
|
* - 'mimeType': The MIME type of the output video file.
|
|
8355
8306
|
* - 'onProgress': A callback which reports on the progress of the export.
|