📕 Testing call against covers
This commit is contained in:
@@ -12,8 +12,8 @@ export const greet = async (
|
||||
): Promise<IExtractedComicBookCoverFile[] | unknown | any> => {
|
||||
const targetOptions = {
|
||||
sourceFolder: path,
|
||||
extractTarget: "all",
|
||||
targetExtractionFolder: "./userdata/expanded",
|
||||
extractTarget: "cover",
|
||||
targetExtractionFolder: "./userdata/covers",
|
||||
extractionMode: "bulk",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user