shotgun:截图生成服务

时间:2024-07-26 10:23:04
【文件属性】:

文件名称:shotgun:截图生成服务

文件大小:401KB

文件格式:ZIP

更新时间:2024-07-26 10:23:04

JavaScript

霰弹枪 生成网页截图的服务。 入门 定义类型 在 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


【文件预览】:
shotgun-master
----benchmark.js(2KB)
----circle.yml(516B)
----.dockerignore(14B)
----.jshintrc(673B)
----Vagrantfile(357B)
----.jshintignore(44B)
----provisioning()
--------hosts(22B)
----Dockerfile(371B)
----.travis.yml(207B)
----LICENSE(1KB)
----test()
--------fixtures()
--------CompareTest.js(2KB)
--------ServerTest.js(4KB)
----README.md(2KB)
----.marathon(221B)
----.gitignore(106B)
----Server.js(3KB)
----types.js(715B)
----prerender()
--------remove-belowfold-images.js(923B)
----package.json(1KB)

网友评论