fix(core): update

This commit is contained in:
2022-06-12 19:26:34 +02:00
parent 505e0e9a30
commit 5dab8c7351
4 changed files with 12 additions and 30 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartpdf',
version: '3.0.3',
description: 'create pdfs on the fly'
}

View File

@ -1,3 +1,7 @@
/*
* pdf candidate is a construct used internally for mapping html
* to pdf buffers delivered by puppeteer
*/
import * as plugins from './smartpdf.plugins.js';
export class PdfCandidate {