Concept
Take screenshots of one or various pages and save it in Google Cloud Storage.
Default resolutions
- 2560x1440
- 1920x1080
- 1680x1050
- 1600x900
- 1536x864
- 1440x900
- 1366x768
- 1280x800
- 1280x720
- 360x640
Run with docker
# generate .env
cp .env.example .env
# modify .env
vim .env
# login in google cloud
yarn login
# build docker images
yarn docker:build
# run image in localhost:5000
yarn docker:runRun locally
# generate .env
cp .env.example .env
# modify .env
vim .env
# login in google cloud
yarn login
# build and run in localhost:5000
yarn start