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.
- Install depencencies with
npm install
. - To start the server,
npm start
.
The online documentation describes available configuration options and usage.
The docs can be built locally:
cd docs
yarn && yarn build