Stream Zip & Fixed Split in Node

This commit is contained in:
Felix Kaspar
2023-10-20 02:10:03 +02:00
parent 8193d5044a
commit 3fd8833457
8 changed files with 284 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ import { rotatePages } from "./functions/rotatePDF.js";
import { splitPDF } from "./functions/splitPDF.js";
import { organizeWaitOperations } from "./organizeWaitOperations.js";
// TODO: Make this run with feedback like the server side func.
export async function traverseOperations(operations, input) {
const waitOperations = organizeWaitOperations(operations);
const results = [];