dichovsky / pdf-to-png-converter

Library Convert PDF to PNG
MIT License
110 stars 26 forks source link

Update deps to make it work on Node 18 #22

Closed EHadoux closed 1 year ago

EHadoux commented 1 year ago

This PR fixes #20. node-canvas has been released with pre-built binaries for Node 18, which was the last bit left to make it runnable on all platforms.

EHadoux commented 1 year ago

Hey, all done, although I don't think it's preferable at all. Not pinning canvas would have removed the need for this PR. Now we have overrides in package.json so it's fine, but we don't benefit from the tests of this repo.