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 491aa65 commit 8c93334Copy full SHA for 8c93334
src/internal/fromJson.ts
@@ -72,7 +72,7 @@ import { GenerativeRecolor } from "../actions/effect/GenerativeRecolor.js";
72
import { ResizeAdvancedAction } from "../actions/resize/ResizeAdvancedAction.js";
73
import { BackgroundColor } from "../actions/background/actions/BackgroundColor.js";
74
import { ResizeAutoPadAction } from "../actions/resize/ResizeAutoPadAction.js";
75
-import { GenerativeBackgroundReplace } from "actions/effect/GenerativeBackgroundReplace.js";
+import { GenerativeBackgroundReplace } from "../actions/effect/GenerativeBackgroundReplace.js";
76
77
const ActionModelMap: Record<string, IHasFromJson> = {
78
scale: ResizeScaleAction,
0 commit comments