Add pomade session list

This commit is contained in:
Jon Staab
2026-01-09 11:02:32 -08:00
parent 8ae7cf05cc
commit 9943728eab
4 changed files with 146 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
const canvasRect = canvas.getBoundingClientRect()
scale = wrapperRect.width / (canvasRect.width * 10)
height = canvasRect.width * 10 * scale
height = canvasRect.height * 10 * scale
}
})
</script>