ol-th / pdf-img-convert.js

Simple node package to convert a PDF into images.
MIT License
161 stars 38 forks source link

Fixed TypeScript Error - Fixes #24 #36

Closed RickyL2 closed 1 year ago

RickyL2 commented 1 year ago

Modified export in pdf-img-convert.d.ts so that it wouldn't give the error message "The expression of an export assignment must be an identifier or qualified name in an ambient context". Fixes https://github.com/ol-th/pdf-img-convert.js/issues/24