Jun

Results 2 comments of Jun

just use `qrcode` with npm i qrcode works in sveltekit ``` import qrcode from 'qrcode'; {#await qrcode.toDataURL('www.google.com') then qrcode} {/await} ```