w3nl / ppt-png

Convert ppt to png
MIT License
44 stars 7 forks source link

Module not exported #34

Closed alexmi256 closed 3 years ago

alexmi256 commented 3 years ago

With 1.1.1 the installed package.json has:

  "esmodule": "dist/converter.modern.js",
  "exports": {
    ".": {
      "require": "./dist/converter.js",
      "default": "./dist/converter.module.js"
    }
  },

But the dist directory is empty so you end up getting errors like:

Error: Cannot find module '/home/alex/workspace/smweb/automation/node_modules/ppt-png/dist/converter.js'
w3nl commented 3 years ago

Thanks for reporting, I'll look at this. You can also send a PR with the fix.

w3nl commented 3 years ago

I have add the files to the package, please check version 1.1.3.

w3nl commented 3 years ago

I have tested the package, and made more changes. I hope it will work for you.

Please notice that version 1.x not has all features of 0.x, i'm still working on it. I have rebuild the package from scratch, so it take some time. Please let me know if you missing some features, than i can give it higher priority.

w3nl commented 3 years ago

@alexmi256 Let me know it it works now, so i can close this issue.