More Types, Fixed isImageBlank

This commit is contained in:
Felix Kaspar
2023-11-16 01:54:00 +01:00
parent 8f1f64f6c0
commit abf9278b90
4 changed files with 14 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
declare module '@stirling-pdf/shared-operations/src/wasm/pdfcpu/pdfcpu-wrapper-node.js' {
export function oneToOne(wasmArray: string[], snapshot: Uint8Array): Promise<Uint8Array>;
}