I tried to add `jsPDF` via npm/browserify to my application. However, a simple `require('jspdf')` results in the error: ``` TypeError: Cannot read property 'config' of undefined ``` In the end, I would like to create a PDF in the browser and allow the user to download it.