mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 07:33:58 -06:00
15 lines
201 B
PHP
15 lines
201 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'wkhtmltopdf' => [
|
|
'images' => [
|
|
'binary' => __DIR__ . '/../../bin/wkhtmltoimage',
|
|
'type' => 'jpg',
|
|
],
|
|
],
|
|
|
|
];
|