Use publishThunks

This commit is contained in:
Jon Staab
2024-11-12 14:32:36 -08:00
parent e656c5cbb1
commit 48e2fff4f8
16 changed files with 110 additions and 72 deletions
+3 -2
View File
@@ -6,9 +6,10 @@
export let code
let canvas, wrapper
let canvas: Element
let wrapper: Element
let scale = 0.1
let height = null
let height: number
onMount(() => {
QRCode.toCanvas(canvas, code)