File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# [ Headless] ( https://headless.hive.pt )
2
2
3
- Simple headless browser API to render images (PNG, JPEG, etc.) and PDFs from plain HTML.
3
+ Simple headless browser API to render images (PNG, JPEG, WebP, etc.) and PDFs from plain HTML.
4
4
5
5
## Features
6
6
7
7
* Capture of webpages as PNG and PDFs
8
- * Multiple back-end engines: [ Phantom.js] ( https://phantomjs.org ) and [ Puppeteer] ( https://github.com/GoogleChrome /puppeteer )
8
+ * Multiple back-end engines: [ Phantom.js] ( https://phantomjs.org ) and [ Puppeteer] ( https://github.com/puppeteer /puppeteer )
9
9
10
10
## Configuration
11
11
12
12
| Name | Type | Default | Description |
13
13
| -------------- | ----- | ------- | ---------------------------------------------------------------------------------------------------------------------- |
14
- | ` HEADLESS_KEY ` | ` str ` | ` None ` | Secret key that should be passed in protected calls so that the server side "trusts" the client side (authentication). |
14
+ | ` HEADLESS_KEY ` | ` str ` | ` None ` | Secret key that should be passed in protected calls so that the server- side "trusts" the client side (authentication). |
15
15
16
16
## License
17
17
You can’t perform that action at this time.
0 commit comments