From 89e41cf6250dcbc9565ffa15dba645bb5a1e3a25 Mon Sep 17 00:00:00 2001 From: Najdanovic Ivan Date: Thu, 31 Jan 2019 17:01:36 +0100 Subject: [PATCH] Add Bowershot PHP Library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c062f45..8f1d15f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ * [Pageres](https://github.com/sindresorhus/pageres) - Capture screenshots of websites in various resolutions. It's speedy and generates 100 screenshots from 10 different websites in just over a minute. It can also be used to render SVG images. * [Pageres-CLI](https://github.com/sindresorhus/pageres-cli) - Command-line tool for the above project Pageres. +* [Browsershot](https://github.com/spatie/browsershot) - Browsershot is PHP library to convert a webpage to an image or pdf using headless Chrome. The conversion is done behind the scenes by Puppeteer which controls a headless version of Google Chrome. * [BreakShot](https://github.com/victorferraz/break-shot) - Screen capture desktop app for responsive websites. It detects all available resolutions and take screenshots of each one. * [Screenshot application](https://github.com/visionmedia/screenshot-app) - Simple screenshot application & web service powered by Express, Redis, node-canvas, palette, and PhantomJS. * [Screenshot as a Service](https://github.com/fzaninotto/screenshot-as-a-service) - Simple screenshot web service powered by Express and PhantomJS.