This commit is contained in:
mol
2024-06-06 17:42:35 +08:00
parent 80dd69b366
commit 6f8082ff50
5 changed files with 131 additions and 1 deletions

16
src/js/print/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "printjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"pdf-lib": "^1.17.1",
"print-js": "^1.6.0"
}
}