We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ec7fd commit 83b5d90Copy full SHA for 83b5d90
packages/plugin-image-generation/src/index.ts
@@ -9,8 +9,8 @@ import {
9
ModelClass,
10
} from "@elizaos/core";
11
import { generateImage } from "@elizaos/core";
12
-import fs from "fs";
13
-import path from "path";
+import fs from "node:fs";
+import path from "node:path";
14
import { validateImageGenConfig } from "./environment";
15
16
export function saveBase64Image(base64Data: string, filename: string): string {
0 commit comments