@cesdk/node 1.73.0-nightly.20260402 → 1.73.0-rc.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/index.d.ts CHANGED
@@ -7692,10 +7692,11 @@ export declare type HorizontalBlockAlignment = TextHorizontalAlignment;
7692
7692
  * - 'image/jpeg': JPEG image format.
7693
7693
  * - 'image/webp': WebP image format.
7694
7694
  * - 'image/x-tga': TGA image format.
7695
+ * - 'image/svg+xml': SVG image format.
7695
7696
  *
7696
7697
  * @public
7697
7698
  */
7698
- export declare type ImageMimeType = Extract<MimeType_2, 'image/png' | 'image/jpeg' | 'image/webp' | 'image/x-tga'>;
7699
+ export declare type ImageMimeType = Extract<MimeType_2, 'image/png' | 'image/jpeg' | 'image/webp' | 'image/x-tga' | 'image/svg+xml'>;
7699
7700
 
7700
7701
  /** @public */
7701
7702
  export declare type IntPropertyName = 'effect/lut_filter/horizontalTileCount' | 'effect/lut_filter/verticalTileCount' | 'effect/mirror/side' | 'effect/pixelize/horizontalPixelSize' | 'effect/pixelize/verticalPixelSize' | 'shape/polygon/sides' | 'shape/star/points' | (string & {});
@@ -7801,6 +7802,7 @@ export declare const LogLevel: {
7801
7802
  * - 'image/jpeg': JPEG image format.
7802
7803
  * - 'image/webp': WebP image format.
7803
7804
  * - 'image/x-tga': TGA image format.
7805
+ * - 'image/svg+xml': SVG image format.
7804
7806
  * - 'audio/wav': WAV audio format.
7805
7807
  * - 'audio/mp4': MP4 audio format.
7806
7808
  * - 'video/mp4': MP4 video format.
@@ -7817,6 +7819,7 @@ declare const MimeType_2: {
7817
7819
  readonly Jpeg: "image/jpeg";
7818
7820
  readonly WebP: "image/webp";
7819
7821
  readonly Tga: "image/x-tga";
7822
+ readonly Svg: "image/svg+xml";
7820
7823
  readonly Wav: "audio/wav";
7821
7824
  readonly Mp4Audio: "audio/mp4";
7822
7825
  readonly Mp4: "video/mp4";
@@ -7835,6 +7838,7 @@ declare const MimeType_2: {
7835
7838
  * - 'image/jpeg': JPEG image format.
7836
7839
  * - 'image/webp': WebP image format.
7837
7840
  * - 'image/x-tga': TGA image format.
7841
+ * - 'image/svg+xml': SVG image format.
7838
7842
  * - 'audio/wav': WAV audio format.
7839
7843
  * - 'audio/mp4': MP4 audio format.
7840
7844
  * - 'video/mp4': MP4 video format.