gartajackhats1985's picture
Upload 411 files
583c1c7 verified
raw
history blame
253 Bytes
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;
};