rkusa / pdfjs

A Portable Document Format (PDF) generation library targeting both the server- and client-side.
MIT License
774 stars 142 forks source link

Add types for document size properties #322

Closed tim-we closed 9 months ago

tim-we commented 10 months ago

A Document instance has width and height properties but those are unfortunately missing from the TypeScript definitions. This PR changes that.

rkusa commented 9 months ago

Thanks!