Skip to content

Commit

Permalink
Merge pull request #30 from imgix/update-fill-gen-version
Browse files Browse the repository at this point in the history
Updating version for fill-gen
  • Loading branch information
vuryanh committed Feb 28, 2024
2 parents 4cef33b + d83bb6b commit e1f188d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "11.17.1",
"version": "11.17.2",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": ["Jason Eberle <jason@imgix.com>"],
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
Expand Down
12 changes: 6 additions & 6 deletions dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

return {
"version": "11.17.1",
"version": "11.17.2",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1214,7 +1214,7 @@ return {
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-fallback",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-fallback",
"short_description": "Sets the fallback behavior for generative fill."
},
"fill-gen-neg-prompt": {
Expand All @@ -1235,7 +1235,7 @@ return {
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-neg-prompt",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-neg-prompt",
"short_description": "Provides a negative text suggestion to the generative fill parameter. Used to reduce the probability of a subject, detail, or object appearing in generative output."
},
"fill-gen-pos": {
Expand Down Expand Up @@ -1265,7 +1265,7 @@ return {
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-pos",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-pos",
"short_description": "Sets the position of the Origin Image in relation to the generative fill."
},
"fill-gen-prompt": {
Expand All @@ -1286,7 +1286,7 @@ return {
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-prompt",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-prompt",
"short_description": "Provides a text suggestion to the generative fill parameter."
},
"fill-gen-seed": {
Expand All @@ -1310,7 +1310,7 @@ return {
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-seed",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-seed",
"short_description": "Sets the generative seed value. Used to generate similar outputs from different prompts."
},
"fill": {
Expand Down
12 changes: 6 additions & 6 deletions dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.17.1",
"version": "11.17.2",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1198,7 +1198,7 @@
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-fallback",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-fallback",
"short_description": "Sets the fallback behavior for generative fill."
},
"fill-gen-neg-prompt": {
Expand All @@ -1219,7 +1219,7 @@
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-neg-prompt",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-neg-prompt",
"short_description": "Provides a negative text suggestion to the generative fill parameter. Used to reduce the probability of a subject, detail, or object appearing in generative output."
},
"fill-gen-pos": {
Expand Down Expand Up @@ -1249,7 +1249,7 @@
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-pos",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-pos",
"short_description": "Sets the position of the Origin Image in relation to the generative fill."
},
"fill-gen-prompt": {
Expand All @@ -1270,7 +1270,7 @@
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-prompt",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-prompt",
"short_description": "Provides a text suggestion to the generative fill parameter."
},
"fill-gen-seed": {
Expand All @@ -1294,7 +1294,7 @@
"fit=fill",
"fill=gen"
],
"url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-seed",
"url": "https://docs.imgix.com/apis/url/fill/fill-gen-seed",
"short_description": "Sets the generative seed value. Used to generate similar outputs from different prompts."
},
"fill": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "11.17.1",
"version": "11.17.2",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit e1f188d

Please sign in to comment.