# QrCode

Creates a QR code

****

- Full class name: `Kirby\Image\QrCode`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Image/QrCode.php#L52>

****

### QrCode

- [new QrCode()](https://getkirby.com/docs/reference/objects/image/qr-code/__construct.md)
- [$qrCode->__toString()](https://getkirby.com/docs/reference/objects/image/qr-code/__to-string.md)
- [$qrCode->toDataUri()](https://getkirby.com/docs/reference/objects/image/qr-code/to-data-uri.md)
- [$qrCode->toImage()](https://getkirby.com/docs/reference/objects/image/qr-code/to-image.md)
- [$qrCode->toSvg()](https://getkirby.com/docs/reference/objects/image/qr-code/to-svg.md)
- [$qrCode->write()](https://getkirby.com/docs/reference/objects/image/qr-code/write.md)