Removed duplicate code of node backend
Frontend traverser needs to be updated
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import * as pdfcpuWraopper from "../wasm/pdfcpu-wrapper-browser.js";
|
||||
|
||||
export async function impose(snapshot, nup, format) {
|
||||
export async function impose(snapshot, nup, format, pdfcpuWraopper) {
|
||||
return await pdfcpuWraopper.oneToOne([
|
||||
"pdfcpu.wasm",
|
||||
"nup",
|
||||
|
||||
Reference in New Issue
Block a user