0.0.1 • Published 6 years ago
@joduplessis/distil v0.0.1
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' })0.0.1
6 years ago