@cesdk/cesdk-js 1.63.0-nightly.20251017 → 1.63.0-nightly.20251019
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.63.0-nightly.20251017-UA57WSOA.wasm → cesdk-v1.63.0-nightly.20251019-3LPCQQLE.wasm} +0 -0
- package/assets/core/{worker-host-v1.63.0-nightly.20251017.js → worker-host-v1.63.0-nightly.20251019.js} +1 -1
- package/assets/i18n/de.json +1 -0
- package/assets/i18n/en.json +1 -0
- package/cesdk.umd.js +1 -1
- package/index.d.ts +222 -24
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.63.0-nightly.20251017-44YCFRT6.data → cesdk-v1.63.0-nightly.20251019-44YCFRT6.data} +0 -0
package/assets/i18n/de.json
CHANGED
|
@@ -663,6 +663,7 @@
|
|
|
663
663
|
"libraries.ly.img.audio.upload.label": "Audio Uploads",
|
|
664
664
|
"libraries.ly.img.colors.defaultPalette.label": "Standardfarben",
|
|
665
665
|
"libraries.ly.img.colors.documentColors.label": "Dokumentfarben",
|
|
666
|
+
"libraries.ly.img.scene.colors.label": "Dokumentfarben",
|
|
666
667
|
"libraries.ly.img.crop.presets.label": "Seitenverhältnis",
|
|
667
668
|
"libraries.ly.img.image.label": "Bilder",
|
|
668
669
|
"libraries.ly.img.image.upload.label": "Bilder Uploads",
|
package/assets/i18n/en.json
CHANGED
|
@@ -667,6 +667,7 @@
|
|
|
667
667
|
"libraries.ly.img.audio.upload.label": "Audio Uploads",
|
|
668
668
|
"libraries.ly.img.colors.defaultPalette.label": "Default Colors",
|
|
669
669
|
"libraries.ly.img.colors.documentColors.label": "Document Colors",
|
|
670
|
+
"libraries.ly.img.scene.colors.label": "Document Colors",
|
|
670
671
|
"libraries.ly.img.crop.presets.label": "Aspect Ratio",
|
|
671
672
|
"libraries.ly.img.image.label": "Images",
|
|
672
673
|
"libraries.ly.img.image.upload.label": "Image Uploads",
|