QR

Update your QR settings.

Background Color QR Code background color Foreground Color QR Code foreground color Image (Pro)
{#if !$formData.qrImage && !data.qrImageBase64} {:else} {/if}
Click to edit { const file = e.currentTarget.files?.item(0) if (!file) return if (file.size > 2097152) { toast.error('Too Big! Max file size is 2MB') return } $formData.qrImage = file }} />
Corner Square Style (Pro)
Dot Style (Pro)
{#if $submitting} {/if} Save