foliojs / brotli.js

A JavaScript port of the Brotli compression algorithm, as used in WOFF2
500 stars 51 forks source link

undeclared non-core dependency #9

Closed jnelson closed 8 years ago

jnelson commented 8 years ago

https://github.com/devongovett/brotli.js/blob/e974146a5a38c8ff00f7866a05a238a6a334012d/dec/dictionary-browser.js requires base64-js, but the dependency is not declared in package.json and it is not a core node module. I think this might be contributing to problems using PDFkit 0.8.0 in the browser.

devongovett commented 8 years ago

Should be fixed in v1.3.0.