ol-th / pdf-img-convert.js

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

SyntaxError: Cannot use import statement outside a module #63

Open mieradi opened 4 days ago

mieradi commented 4 days ago

Node v20 pnpm v9.12.2

I cannot use v2 of this package due to commonjs not being supported at all anymore. Is there a way we can get support for both esm and commonjs?

Thanks for the great work!

wariomvc commented 7 hours ago

Same problem, using NestJS the previous version (v1.2) worked fine