Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harry75369 committed Jul 3, 2024
1 parent fb8506b commit fe60415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/graphic/image_filters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { JSONPath } from "jsonpath-plus"
label: "Exposure",
type: "Image Filter Exposure",
controlType: "slider",
value: 0.23,
value: 0,
valuePath:
"$.frames[0].childObjects[0].style.fills[0].pattern.instance.imageFilters.exposure",
min: -1,
Expand Down Expand Up @@ -100,7 +100,7 @@ import { JSONPath } from "jsonpath-plus"
path: "$.frames[0].childObjects[0].style.fills[0].pattern.instance.imageFilters",
resultType: "all",
}).forEach(({ parent, parentProperty }) => {
console.log(parent, parentProperty)
// console.log(parent, parentProperty)
parent["imageFilters"] = {
...parent["imageFilters"],
hue: value,
Expand Down

0 comments on commit fe60415

Please sign in to comment.