gitextract_e_7_k0cf/ ├── .editorconfig ├── .github/ │ └── workflows/ │ └── main.yml ├── .gitignore ├── LICENSE ├── README.md ├── __tests__/ │ └── QrCode.test.ts ├── example/ │ └── example.ts ├── jest.config.js ├── lib/ │ ├── index.d.ts │ └── index.js ├── package.json ├── src/ │ └── index.ts └── tsconfig.json