We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49387a1 commit 343485cCopy full SHA for 343485c
docs/url-docs/content/en/transformations/basic.md
@@ -298,11 +298,11 @@ const url = buildImageUrl("example", {
298
transformations: {
299
condition: {
300
if: {
301
- expression: {
+ expression: [{
302
characteristic: "width",
303
operator: "greaterThan",
304
value: 300
305
- },
+ }],
306
transformations: [{
307
effect: {
308
name: "e_oil_paint",
0 commit comments