Skip to content

Commit

Permalink
generative background replace action, fix import (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-kuzmina authored Jul 8, 2024
1 parent 491aa65 commit 8c93334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/fromJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import { GenerativeRecolor } from "../actions/effect/GenerativeRecolor.js";
import { ResizeAdvancedAction } from "../actions/resize/ResizeAdvancedAction.js";
import { BackgroundColor } from "../actions/background/actions/BackgroundColor.js";
import { ResizeAutoPadAction } from "../actions/resize/ResizeAutoPadAction.js";
import { GenerativeBackgroundReplace } from "actions/effect/GenerativeBackgroundReplace.js";
import { GenerativeBackgroundReplace } from "../actions/effect/GenerativeBackgroundReplace.js";

const ActionModelMap: Record<string, IHasFromJson> = {
scale: ResizeScaleAction,
Expand Down

0 comments on commit 8c93334

Please sign in to comment.