sd-parsers
Version:
A library to read metadata from images created by Stable Diffusion
9 lines • 392 B
TypeScript
import { Eagerness } from './eagerness';
import { ExtractorFunction } from './extractors';
/**
* Metadata extractors organized by image format and eagerness level
*/
export declare const METADATA_EXTRACTORS: Record<string, Record<Eagerness, ExtractorFunction[]>>;
export { Eagerness } from './eagerness';
export { ExtractorFunction } from './extractors';
//# sourceMappingURL=index.d.ts.map