@picsart/ai-sdk 1.148.0 → 1.148.2
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/_cli.js +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
package/_cli.js
CHANGED
|
@@ -4606,6 +4606,7 @@ var init_ideogram = __esm({
|
|
|
4606
4606
|
description: "Best-in-class text placement for logos, posters, and graphic design.",
|
|
4607
4607
|
features: [feat("Multi-Image Input", "input"), feat("Styles", "style")],
|
|
4608
4608
|
paramConfig: {
|
|
4609
|
+
...params.prompt(),
|
|
4609
4610
|
...params.aspectRatio(["16:9", "9:16", "1:1", "3:4", "4:3"]),
|
|
4610
4611
|
...params.renderingSpeed([
|
|
4611
4612
|
{ id: "FLASH", label: "Flash" },
|
package/index.js
CHANGED
|
@@ -4001,6 +4001,7 @@ var { MODELS: MODELS26} = defineModels("ideogram", [
|
|
|
4001
4001
|
description: "Best-in-class text placement for logos, posters, and graphic design.",
|
|
4002
4002
|
features: [feat("Multi-Image Input", "input"), feat("Styles", "style")],
|
|
4003
4003
|
paramConfig: {
|
|
4004
|
+
...params.prompt(),
|
|
4004
4005
|
...params.aspectRatio(["16:9", "9:16", "1:1", "3:4", "4:3"]),
|
|
4005
4006
|
...params.renderingSpeed([
|
|
4006
4007
|
{ id: "FLASH", label: "Flash" },
|