PPTXjs
PPTXjs copied to clipboard
Better error handling
When i do:
try {
$("#your_div_id_result").pptxToHtml({
...
});
} catch (ex) {
}
it does not seem to catch the error.
I must use:
window.addEventListener("error", function(event) {}, false);
Maybe pptxToHtml can return a Promise?
@def00111 Thanks for all your comments ... I'm currently in the process of fixing bugs, and in the future I plan to change and add more features :)