Commented out bad code

This commit is contained in:
Saud Fatayerji
2023-11-12 20:58:40 +03:00
parent 8018947353
commit c7dd18695d
3 changed files with 11 additions and 11 deletions

View File

@@ -2,13 +2,13 @@
import SharedOperations from "@stirling-pdf/shared-operations";
// Import injected libraries here!
import * as pdfcpuWrapper from "@stirling-pdf/shared-operations/wasm/pdfcpu/pdfcpu-wrapper-node.js";
//import * as pdfcpuWrapper from "@stirling-pdf/shared-operations/wasm/pdfcpu/pdfcpu-wrapper-node.js";
async function impose(snapshot: any, nup: number, format: string) {
/*async function impose(snapshot: any, nup: number, format: string) {
return SharedOperations.impose(snapshot, nup, format, pdfcpuWrapper);
}
}*/
export default {
...SharedOperations,
impose,
//impose,
}