Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

A simple service that takes a screenshot of the requested page using puppeteer

Notifications You must be signed in to change notification settings

toppev/page-screenshot-service

Repository files navigation

page-screenshot-service

Takes a screenshot of the given page using puppeteer.

Example request body

{
    "url": "https://www.example.com/",
    "quality": 10,
    "device": "iPhone X"
}

Service port defaults to 3005 if PORT environment variable is not set.

Optionally set TOKEN environment variable to deny all requests without matching "token" property in the request body.

About

A simple service that takes a screenshot of the requested page using puppeteer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published