Spaces:
Running
Running
File size: 253 Bytes
583c1c7 |
1 2 3 4 5 6 7 8 |
export declare const getPngMetadata: (file: File | Blob) => { workflow?: string; prompt?: string };
export declare const getWebpMetadata: (file: File | Blob) => {
Workflow?: string;
workflow?: string;
Prompt?: string;
prompt?: string;
};
|