文件名称:pdf-ghost-report:节点的开源pdf生成器
文件大小:190KB
文件格式:ZIP
更新时间:2024-06-05 22:56:10
nodejs pdf typescript npm-package typescript-library
pdf-ghost-report 一个为您的nodejs报告提供开源解决方案 用法 // example using express web framework const express = require ( 'express' ) ; const { generatePdf } = require ( 'pdf-ghost-report' ) ; router = express . Router ( ) ; router . post ( '/getpdf' , async ( req , res , next ) => { // step 01 : get template name const template_name = 'template_name' ; const data = req . body ; // step 02 : call pdf m
【文件预览】:
pdf-ghost-report-master
----images()
--------pdf-ghost-report.png(5KB)
----package.json(1KB)
----.github()
--------workflows()
----test()
--------blah.test.ts(0B)
----.prettierignore(24B)
----LICENSE(1KB)
----package-lock.json(322KB)
----src()
--------index.ts(2KB)
----.npmignore(13B)
----tsconfig.json(528B)
----.gitignore(41B)
----README.md(2KB)
----yarn.lock(255KB)
----.vscode()
--------settings.json(77B)