霰弹枪
生成网页截图的服务。
入门
定义类型
在 types.js 文件中定义您的屏幕截图类型。
module . exports = {
'type' : {
userAgent : '...' ,
screenSize : { width : 320 , height : 480 } ,
innerHeight : 1409 ,
crop : { width : 320 , height : 415 } ,
resize : { width : 114 , height : 148 }
} ,
...
} ;
userAgent要模仿的浏览器的 UserAgent 字符串
screenSize要模仿的浏览器的屏幕大小
innerHeight定义折叠高度(在正常情况下,这等于 screenSize.height,但例如 ipho
1