website shot
v0.10.2

在线捕获网站屏幕截图。
查看有关该应用程序的注明文章»
注意:网站拍摄处于积极的开发中,大多数列出的功能仍在实验中,并且可能会发生变化。
它不能在需要身份验证的页面上屏幕截图。个人银行页面,电子邮件收件箱或任何其他要求您登录以查看的页面,可能需要使用自定义js来支付这一点。

docker pull flowko1/website-shot
docker run -it -d -p 3000:3000 flowko1/website-shot
# to enable password protection | to disabled it set PASSWORD_PROTECT to 0
# default password is admin
# you'll notice a password field on the homepage, make sure to add the password there as well
docker run -it -d -p 3000:3000 -e PASSWORD_PROTECT=1 -e PASSWORD=yourpassword flowko1/website-shot
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate