📕 Testing call against covers

This commit is contained in:
2021-05-11 09:49:32 -07:00
parent 325024afd1
commit d1f091556e
2 changed files with 6 additions and 12 deletions

View File

@@ -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",
};