@cesdk/cesdk-js 1.5.0 → 1.6.0-alpha.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/.browserslistrc +4 -4
- package/assets/core/cesdk.data +0 -0
- package/assets/core/cesdk.wasm +0 -0
- package/assets/i18n/de.json +8 -4
- package/assets/i18n/en.json +9 -5
- package/cesdk-engine.umd.js +1 -1
- package/cesdk.umd.js +1 -1
- package/index.d.ts +5 -0
- package/package.json +1 -1
package/.browserslistrc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Edge >=
|
|
4
|
-
|
|
1
|
+
Chrome >= 73
|
|
2
|
+
Firefox >= 66
|
|
3
|
+
Edge >= 17
|
|
4
|
+
Safari >= 11
|
package/assets/core/cesdk.data
CHANGED
|
Binary file
|
package/assets/core/cesdk.wasm
CHANGED
|
Binary file
|
package/assets/i18n/de.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"action.image.filter": "Filter anwenden",
|
|
33
33
|
"action.image.inpainting": "Auffüllen",
|
|
34
34
|
"action.image.matting": "Hintergrund entfernen",
|
|
35
|
+
"action.image.matting.staging": "Hintergrund entfernen (Staging)",
|
|
35
36
|
"action.image.replace": "$t(common.replace)",
|
|
36
37
|
"action.image.smartCrop": "Smartes Zuschneiden",
|
|
37
38
|
"action.image.smartImage": "Intelligente Funktionen",
|
|
@@ -55,9 +56,9 @@
|
|
|
55
56
|
"action.scene.load": "Szene geladen",
|
|
56
57
|
"action.scene.new": "Neue Szene",
|
|
57
58
|
"action.selectGroup": "Gruppe auswählen",
|
|
58
|
-
"action.
|
|
59
|
-
"action.
|
|
60
|
-
"action.
|
|
59
|
+
"action.strokeJoin.change": "Umrisskanten ändern",
|
|
60
|
+
"action.strokePosition.change": "Umrissposition ändern",
|
|
61
|
+
"action.strokeStyle.change": "$t(property.strokeStyle.description)",
|
|
61
62
|
"assets.ly.img.cesdk.images.samples.sample.1.label": "Strand von oben",
|
|
62
63
|
"assets.ly.img.cesdk.images.samples.sample.1.tags": "blau;grün;strand;insel;wasser",
|
|
63
64
|
"assets.ly.img.cesdk.images.samples.sample.10.label": "Berge",
|
|
@@ -221,6 +222,9 @@
|
|
|
221
222
|
"assets.ly.img.ubq.shapes.polygon.label": "Mehreck",
|
|
222
223
|
"assets.ly.img.ubq.shapes.rect.label": "Rechteck",
|
|
223
224
|
"assets.ly.img.ubq.shapes.star.label": "Stern",
|
|
225
|
+
"action.text.autoHeight": "Automatische Höhe aktivieren",
|
|
226
|
+
"action.text.change": "Text ändern",
|
|
227
|
+
"action.text.fixedFrame": "Feste Größe aktivieren",
|
|
224
228
|
"action.ungroup": "Gruppierung auflösen",
|
|
225
229
|
"block.ellipse": "Ellipse",
|
|
226
230
|
"block.group": "Gruppe",
|
|
@@ -693,7 +697,7 @@
|
|
|
693
697
|
"property.position": "{{axis}} $t(common.position)",
|
|
694
698
|
"property.position.description": "Position auf der {{axis}}-Achse in {{unit}}",
|
|
695
699
|
"property.sides": "Seiten",
|
|
696
|
-
"property.strokeColor": "
|
|
700
|
+
"property.strokeColor": "Umriss",
|
|
697
701
|
"property.strokeJoin": "Kanten",
|
|
698
702
|
"property.strokeJoin.bevel.description": "Abgeschrägte Kanten benutzen",
|
|
699
703
|
"property.strokeJoin.miter.description": "Harte Kanten benutzen",
|
package/assets/i18n/en.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"action.image.filter": "Apply filter",
|
|
33
33
|
"action.image.inpainting": "Inpaint",
|
|
34
34
|
"action.image.matting": "Remove Background",
|
|
35
|
+
"action.image.matting.staging": "Remove Background (Staging)",
|
|
35
36
|
"action.image.replace": "$t(common.replace)",
|
|
36
37
|
"action.image.smartCrop": "Smart-crop",
|
|
37
38
|
"action.image.smartImage": "Smart Features",
|
|
@@ -55,9 +56,9 @@
|
|
|
55
56
|
"action.scene.load": "Load scene",
|
|
56
57
|
"action.scene.new": "New Scene",
|
|
57
58
|
"action.selectGroup": "Select Group",
|
|
58
|
-
"action.
|
|
59
|
-
"action.
|
|
60
|
-
"action.
|
|
59
|
+
"action.strokeJoin.change": "Change stroke joints",
|
|
60
|
+
"action.strokePosition.change": "Change stroke position",
|
|
61
|
+
"action.strokeStyle.change": "$t(property.strokeStyle.description)",
|
|
61
62
|
"assets.ly.img.cesdk.images.samples.sample.1.label": "Clear blue beach at an island from above",
|
|
62
63
|
"assets.ly.img.cesdk.images.samples.sample.1.tags": "blue;green;beach;island;water",
|
|
63
64
|
"assets.ly.img.cesdk.images.samples.sample.10.label": "Mountains",
|
|
@@ -221,6 +222,9 @@
|
|
|
221
222
|
"assets.ly.img.ubq.shapes.polygon.label": "Polygon",
|
|
222
223
|
"assets.ly.img.ubq.shapes.rect.label": "Rectangle",
|
|
223
224
|
"assets.ly.img.ubq.shapes.star.label": "Star",
|
|
225
|
+
"action.text.autoHeight": "Enable automatic height",
|
|
226
|
+
"action.text.change": "Change text",
|
|
227
|
+
"action.text.fixedFrame": "Enable fixed frame",
|
|
224
228
|
"action.ungroup": "Ungroup element",
|
|
225
229
|
"block.ellipse": "Ellipse",
|
|
226
230
|
"block.group": "Group",
|
|
@@ -769,7 +773,7 @@
|
|
|
769
773
|
"property.position": "{{axis}} $t(common.position)",
|
|
770
774
|
"property.position.description": "Position on the {{axis}}-axis in {{unit}}",
|
|
771
775
|
"property.sides": "Sides",
|
|
772
|
-
"property.strokeColor": "Stroke
|
|
776
|
+
"property.strokeColor": "Stroke",
|
|
773
777
|
"property.strokeJoin": "Join",
|
|
774
778
|
"property.strokeJoin.bevel.description": "Use bevelled joins",
|
|
775
779
|
"property.strokeJoin.miter.description": "Use mitered joins",
|
|
@@ -783,7 +787,7 @@
|
|
|
783
787
|
"property.strokeStyle": "Style",
|
|
784
788
|
"property.strokeStyle.dashed": "Dashed",
|
|
785
789
|
"property.strokeStyle.dashedRound": "Dashed Round",
|
|
786
|
-
"property.strokeStyle.description": "Change
|
|
790
|
+
"property.strokeStyle.description": "Change stroke style",
|
|
787
791
|
"property.strokeStyle.dotted": "Dotted",
|
|
788
792
|
"property.strokeStyle.longDashed": "Long Dashed",
|
|
789
793
|
"property.strokeStyle.longDashedRound": "Long Dashed Round",
|