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.
2 parents a8405b6 + 7a9833f commit 0f1b84dCopy full SHA for 0f1b84d
app/utils/exif.ts
@@ -4,7 +4,7 @@ import { getPngMetadata, setPngMetadata } from "./exif-png";
4
import { getWebpMetadata, setWebpMetadata } from "./exif-webp";
5
6
export async function readWorkflowInfo(
7
- e: File | FileSystemFileHandle
+ e: File | FileSystemFileHandle,
8
): Promise<{
9
name: string;
10
workflowJson: string;
@@ -50,7 +50,7 @@ export async function readWorkflowInfo(
50
export function saveWorkflowInfo(
51
buffer: ArrayBuffer,
52
fileType: string,
53
- metadata: Record<string, string>
+ metadata: Record<string, string>,
54
): Uint8Array {
55
const handlers: Record<
56
string,
0 commit comments