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