lc-pdf-to-png
Version:
Convert PDF to PNG image object on the web page
20 lines (19 loc) • 421 B
JSON
{
"name": "lc-pdf-to-png",
"version": "1.0.2",
"main": "src/index.js",
"scripts": {
},
"author": "lc<dei@live.cn> (https://jckjjyb.com)",
"license": "ISC",
"description": "Convert PDF to PNG image object on the web page",
"dependencies": {
"pdfjs-dist": "^2.5.207"
},
"files": ["src"],
"keywords": ["pdf", "pdftopng", "pdfjs"],
"bugs": {
"email": "dei@live.cn"
},
"type": "module"
}