This commit is contained in:
smiley
2022-05-09 15:24:26 +02:00
parent bb73f7b790
commit bd67995b44
+3 -1
View File
@@ -8,11 +8,13 @@
* @license MIT
*/
namespace chillerlan\QRCodeExamples;
use chillerlan\QRCode\{QRCode, QROptions};
require_once __DIR__.'/../vendor/autoload.php';
/** @var chillerlan\Settings\SettingsContainerInterface $options */
/** @var \chillerlan\Settings\SettingsContainerInterface $options */
$options = new QROptions;
$options->readerUseImagickIfAvailable = false;
$options->readerGrayscale = true;