文件名称:capture-website:捕获网站的屏幕截图
文件大小:18KB
文件格式:ZIP
更新时间:2024-02-25 10:08:48
nodejs screenshots npm-package website-screenshot capture-screenshots
捕获网站 捕获网站的屏幕截图 它在引擎盖下使用 (Chrome)。 有关命令行工具,请参见 。 安装 $ npm install capture-website Linux用户注意事项:如果遇到与沙箱相关的错误,则需要启用。 用法 const captureWebsite = require ( 'capture-website' ) ; ( async ( ) => { await captureWebsite . file ( 'https://sindresorhus.com' , 'screenshot.png' ) ; } ) ( ) ; API captureWebsite.f
【文件预览】:
capture-website-main
----index.test-d.ts(605B)
----.gitattributes(19B)
----.github()
--------funding.yml(113B)
--------workflows()
----example.js(187B)
----fixtures()
--------local-file.html(30B)
--------script.js(86B)
--------style.css(43B)
----test.js(16KB)
----license(1KB)
----index.d.ts(9KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(9KB)
----readme.md(13KB)
----package.json(1KB)