We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49387a1 + 343485c commit 0406f91Copy full SHA for 0406f91
1 file changed
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