Pageshot as a service.
- Web UI: https://shot.now.sh
- Endpoint: https://shot.now.sh/shot
Examples:
- https://shot.now.sh/shot?url=https://google.com
- https://shot.now.sh/shot?url=https://github.com&full=true
Query Params:
url
: The webpage location. (required)width
: Viewport width. (default: 1280)height
: Viewport height. (default: 800)full
: Full page screenshot. (default: false)dpr
: Device pixel ratio. (default: 2)
- to now.sh:
now amio/pageshot
- using Dockerfile:
docker pull amio/pageshot
- running locally (require Google Chrome installed):
npm start
ISC © Amio