俘获电子
使用捕获屏幕截图。
特征
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' )
} )
原料药
屏幕截图(
1