Skip to content

Commit 8c93334

Browse files
authored
generative background replace action, fix import (#56)
1 parent 491aa65 commit 8c93334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/fromJson.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import { GenerativeRecolor } from "../actions/effect/GenerativeRecolor.js";
7272
import { ResizeAdvancedAction } from "../actions/resize/ResizeAdvancedAction.js";
7373
import { BackgroundColor } from "../actions/background/actions/BackgroundColor.js";
7474
import { ResizeAutoPadAction } from "../actions/resize/ResizeAutoPadAction.js";
75-
import { GenerativeBackgroundReplace } from "actions/effect/GenerativeBackgroundReplace.js";
75+
import { GenerativeBackgroundReplace } from "../actions/effect/GenerativeBackgroundReplace.js";
7676

7777
const ActionModelMap: Record<string, IHasFromJson> = {
7878
scale: ResizeScaleAction,

0 commit comments

Comments
 (0)