🅿️ Paginating covers response

This commit is contained in:
2021-05-03 22:35:00 -07:00
parent a4f9c82847
commit 436bbc56a1
6 changed files with 39 additions and 9 deletions

View File

@@ -12,8 +12,8 @@ export const greet = async (
console.log(path);
const targetOptions = {
sourceFolder: path,
extractTarget: "cover",
targetExtractionFolder: "./userdata/covers",
extractTarget: "all",
targetExtractionFolder: "./userdata/expanded",
};
const fileObjects = await walkFolder("./comics");
_.map(fileObjects, async (fileObject) => {