上传者: 42138408
|
上传时间: 2022-01-18 11:15:25
|
文件大小: 246KB
|
文件类型: -
俘获电子
使用捕获屏幕截图。
特征
Promise和Stream接口
可配置视口
等待DOMContentLoaded
文件格式png , jpg和bmp
例子
捕获的800x600屏幕截图:
const capture = require ( 'capture-electron' )
const fs = require ( 'fs' )
capture ( {
url : 'https://github.com/' ,
width : 800 ,
height : 600
} ) . then ( screenshot => {
fs . writeFileSync ( ` ${ __dirname } /example.png` , screenshot )
console . log ( 'open example.png' )
} )
原料药
屏幕截图(