gitextract_rj_io85i/ ├── .editorconfig ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── feature_request.md │ └── workflows/ │ └── deploy.yml ├── .gitignore ├── .prettierignore ├── .prettierrc ├── LICENSE ├── README.md ├── package.json ├── public/ │ ├── CNAME │ ├── ads.txt │ ├── decoder.js │ ├── index.html │ ├── manifest.json │ ├── robots.txt │ └── sitemap.xml ├── rollup.config.js └── src/ ├── css/ │ └── styles.css └── js/ ├── index.js ├── snackbar.js ├── utils.js └── vendor/ └── qrscan.js