pdfcpu type
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-08 16:11:43 +01:00
parent 9e4132af0f
commit b261b9cf92

1
index.d.ts vendored
View File

@@ -513,6 +513,7 @@ interface PdfPackage {
mode?: "text" | "image" | "pdf"
bytes?: any // []byte of watermark image
file?: string // file for pdf watermark
text?: string // text for text watermark
rotation?: number
}
): any