unjs / unpdf

๐Ÿ“„ Utilities to work with PDFs in Node.js, browser and workers
MIT License
438 stars 12 forks source link

fix: export types from `pdfjs-dist` #7

Closed eltigerchino closed 8 months ago

eltigerchino commented 8 months ago

๐Ÿ”— Linked issue

fixes #6

โ“ Type of change

๐Ÿ“š Description

Added an export statement to the unpdf/pdfjs rollup plugin so that the types are exported and are usable by the library consumers.

๐Ÿ“ Checklist

johannschopplich commented 8 months ago

I like it. Thanks!