@joduplessis/distil
v0.0.1
Published
Easy PDF creation for NodeJS.
Readme
Distil
Simple async wrapper around Handlebars & HTML to PDF
Installation
npm i @joduplessis/distilSome example usage:
import Distil from '@joduplessis/distil'
const file = path.resolve(__dirname, '../../views/invoice.handlebars')
const buffer = await Distil(file, { invoiceId: 'IN001' })