Skip to content

Commit

Permalink
[FIX] change quagga to zxing
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldoalmeida committed Mar 30, 2021
1 parent 6151283 commit 9c31346
Show file tree
Hide file tree
Showing 7 changed files with 1,467 additions and 1,060 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach",
"port": 9229,
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
},
]
}
Binary file added image.bmp
Binary file not shown.
Loading

0 comments on commit 9c31346

Please sign in to comment.