inventid / pedeffy

Generate any PDF file from a template. Within a microservice. Using React.
MIT License
25 stars 4 forks source link

Missing library on npm #4

Closed audiolion closed 6 years ago

audiolion commented 6 years ago

The NPM directory has no .js files in it. I copied src/index.js into my project to get it to work.

rogierslag commented 6 years ago

There should be a dist folder where the compiled Javascript resides. Are you sure its missing for you?

audiolion commented 6 years ago

You are right, perhaps it was because I was doing require('pedeffy') and needed to do require('pedeffy/dist')