I would like to use this module on my Titanium project : https://github.com/AppWerft/TiJSPDF
To install, I have just copied the folder 'modules' in my project and I have added it in tiapp.xml.
When I try to use it :
require('ti.jspdf');
var doc = new jsPDF();
I get the following error :
- Message: Uncaught ReferenceError: jsPDF is not defined
I think I don't use this module correctly. Can you help me, please ?