Updated Contribute & a little bit of cleanup

This commit is contained in:
Felix Kaspar
2023-12-27 23:55:11 +01:00
parent 45d5f2c533
commit 762fa850f1
6 changed files with 30 additions and 107 deletions

View File

@@ -1,3 +0,0 @@
declare module '#pdfcpu' {
export function oneToOne(wasmArray: string[], snapshot: Uint8Array): Promise<Uint8Array>;
}