Skip to content

Commit 330682f

Browse files
committed
Fixing formatting and adding google reference for windows
1 parent c42cbf8 commit 330682f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Parameter | Type | Default | Description
155155
url | string | - | URL to render as PDF. (required)
156156
output | string | pdf | Specify the output format. Possible values: `pdf` or `screenshot`.
157157
emulateScreenMedia | boolean | `true` | Emulates `@media screen` when rendering the PDF.
158-
enableGPU | boolean | 'false' | When set, enables chrome GPU. For windows user, this will always return false.
158+
enableGPU | boolean | `false` | When set, enables chrome GPU. For windows user, this will always return false. See https://developers.google.com/web/updates/2017/04/headless-chrome
159159
ignoreHttpsErrors | boolean | `false` | Ignores possible HTTPS errors when navigating to a page.
160160
scrollPage | boolean | `false` | Scroll page down before rendering to trigger lazy loading elements.
161161
waitFor | number or string | - | Number in ms to wait before render or selector element to wait before render.

0 commit comments

Comments
 (0)