Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version for fill-gen #30

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading