mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
PDFRenderParams has viewport property.
See: https://github.com/mozilla/pdf.js/blob/master/examples/helloworld/hello.js
This commit is contained in:
1
pdf/pdf.d.ts
vendored
1
pdf/pdf.d.ts
vendored
@@ -195,6 +195,7 @@ interface PDFRenderImageLayer {
|
||||
|
||||
interface PDFRenderParams {
|
||||
canvasContext: CanvasRenderingContext2D;
|
||||
viewport?: PDFPageViewport;
|
||||
textLayer?: PDFRenderTextLayer;
|
||||
imageLayer?: PDFRenderImageLayer;
|
||||
continueCallback?: (_continue: () => void) => void;
|
||||
|
||||
Reference in New Issue
Block a user