mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-05-11 00:35:57 +00:00
5 lines
168 B
JavaScript
5 lines
168 B
JavaScript
import * as pdfcpuWraopper from "../wasm/pdfcpu-wrapper.js";
|
|
|
|
export function impose(snapshot, nup, format) {
|
|
return pdfcpuWraopper.impose(snapshot, nup, format);
|
|
} |