YoutubeFormat
-------------

This is actually an unconfirmed URI that should trigger the Youtube player. 

Usage
-----

```php 

use Da\QrCode\QrCode;
use Da\QrCode\Format\YoutubeFormat; 

$format = new YoutubeFormat(['videoId' => 123456]);

$qrCode = new QrCode($format);

header('Content-Type: ' . $qrCode->getContentType());

echo $qrCode->writeString();

```

© [2amigos](https://2am.tech/) 2013-2023
