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