Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 524 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 524 Bytes

Introduction

Dreamcatcher is a service that providers a lightweight HTTP API for generating JPEG/PNG and PDF representations of a web page. It is using headless Chrome via Puppeteer.

Quick Start

  • Install depencencies with npm install.
  • To start the server, npm start.

Documentation

The online documentation describes available configuration options and usage.

The docs can be built locally:

cd docs
yarn && yarn build