There are no instructions on how to add a URL and Email?
$renderer = new ImageRenderer(
new RendererStyle(400),
new SvgImageBackEnd()
);
$writer = new Writer($renderer);
$qr = $writer->writeString($this->phone);
I can write the phone number or the email or the URL but how can you combine all of these?
There are no instructions on how to add a URL and Email?
I can write the phone number or the email or the URL but how can you combine all of these?