mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-19 16:20:12 +00:00
🚿
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user