MVP - Scale Pages, Scale Content

This commit is contained in:
Felix Kaspar
2023-10-16 23:11:33 +02:00
commit 542d74b9cc
10 changed files with 569 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "pdfjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ."
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}