Skip to content

Commit

Permalink
Documentation style.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Oct 24, 2022
1 parent b1cb72e commit 310434b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ $configuration = new Configuration(
Supported configuration options
-------------------------------

| Name | Type | Default value |
|------------|------------|---------|
| `pdfPath` | `string` | |
| `savePath` | `string` | |
| `format` | `string` | `'jpg'` |
| `trim` | `bool` | `false` |
| `cols` | `int|null` | `null` |
| `rows` | `int|null` | `null` |
| `bestfit` | `bool` | `false` |
| Name | Type | Default value |
|------------|---------------|---------------|
| `pdfPath` | `string` | |
| `savePath` | `string` | |
| `format` | `string` | `'jpg'` |
| `trim` | `bool` | `false` |
| `cols` | `int`, `null` | `null` |
| `rows` | `int`, `null` | `null` |
| `bestfit` | `bool` | `false` |

📄 License
-----------
Expand Down

0 comments on commit 310434b

Please sign in to comment.