pdf-creator-node
pdf-creator-node copied to clipboard
No way to add helpers
Someone of you in the past added this code in index.js and I don't know why it was removed
// use helpers
if(document.helper){
document.helper.forEach(element => {
Handlebars.registerHelper(element.name,element.function);
});
}
any updates regarding this missing feature?