feat: add barcode scanner plugin (#536)

This commit is contained in:
Lucas Fernandes Nogueira
2023-09-14 09:34:04 -03:00
committed by GitHub
parent eccd6f977a
commit 454428cd50
84 changed files with 2992 additions and 27 deletions
+4
View File
@@ -55,3 +55,7 @@ body {
#console {
padding-bottom: calc(env(safe-area-inset-bottom) + 24px);
}
.transparent {
background-color: transparent;
}