hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs
MIT License
238 stars 79 forks source link

No way to add helpers #48

Open mattyx96 opened 3 years ago

mattyx96 commented 3 years ago

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);

            });
        }
hendaoui commented 2 years ago

any updates regarding this missing feature?