UNPKG

from-data-to-pdf

Version:

This library converts html files, URL and character string from html files to PDF files or PDF buffer.

16 lines 276 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "strict": true, "declaration": true, "outDir": "./dist" }, "exclude": [ "dist", "node_modules", "test" ] }