{% extends 'base.html.twig' %}
{% block body %}
{{ qr_code_path('This is a test') }}
{{ qr_code_url('This is a test') }}
{{ qr_code_url('https://endroid.nl/') }}
{{ qr_code_data_uri('This is a test') }}
{{ qr_code_data_uri('This is a test', 'custom') }}
{{ qr_code_data_uri('This is a test', 'custom', { labelText: 'Label text' }) }}
{{ qr_code_result('This is a test').matrix.outerSize }}
{% endblock %}